Skip to content

Commit 31ecb0c

Browse files
Add conflict for symfony/framework-bundle versions that break enum serializing
1 parent 6017202 commit 31ecb0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"doctrine/orm": "<2.14.0",
108108
"doctrine/mongodb-odm": "<2.4",
109109
"doctrine/persistence": "<1.3",
110+
"symfony/framework-bundle": "6.4.6 || 7.0.6",
110111
"symfony/var-exporter": "<6.1.1",
111112
"phpunit/phpunit": "<9.5",
112113
"phpspec/prophecy": "<1.15",
@@ -149,7 +150,8 @@
149150
"allow-plugins": {
150151
"composer/package-versions-deprecated": true,
151152
"phpstan/extension-installer": true,
152-
"php-http/discovery": true
153+
"php-http/discovery": true,
154+
"soyuka/pmu": true
153155
}
154156
},
155157
"extra": {

0 commit comments

Comments
 (0)