Skip to content

Commit 21f9de3

Browse files
committed
Fix dependencies
1 parent 36eb73f commit 21f9de3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,13 @@
5757
"symfony/intl": "^6.4.13|^7.1",
5858
"symfony/mime": "^6.4.13|^7.1",
5959
"symfony/phpunit-bridge": "^7.2",
60+
"symfony/polyfill-mbstring":"^1.31.0",
6061
"symfony/twig-bundle": "^6.4|^7.1",
6162
"symfony/var-dumper": "^6.4.13|^7.1",
6263
"symfony/yaml": "^6.4.13|^7.1"
6364
},
6465
"conflict": {
65-
"doctrine/orm": "^3.0 <3.3",
66-
"symfony/polyfill-mbstring": "<1.31"
67-
},
68-
"replace": {
69-
"symfony/polyfill-php73": "*",
70-
"symfony/polyfill-php80": "*",
71-
"symfony/polyfill-php81": "*"
66+
"doctrine/orm": "^3.0 <3.3"
7267
},
7368
"suggest": {
7469
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",

0 commit comments

Comments
 (0)