Skip to content

Commit c017be6

Browse files
Add conflict for symfony/framework-bundle versions that break enum serializing (#6292)
Co-authored-by: Gwendolen Lynch <[email protected]>
1 parent 2217062 commit c017be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"doctrine/orm": "<2.14.0",
9898
"doctrine/mongodb-odm": "<2.4",
9999
"doctrine/persistence": "<1.3",
100-
"symfony/var-exporter" : "<6.1.1",
100+
"symfony/framework-bundle": "6.4.6 || 7.0.6",
101+
"symfony/var-exporter": "<6.1.1",
101102
"phpunit/phpunit": "<9.5",
102103
"phpspec/prophecy": "<1.15",
103104
"elasticsearch/elasticsearch": ">=8.0"

0 commit comments

Comments
 (0)