We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36eb73f commit 21f9de3Copy full SHA for 21f9de3
composer.json
@@ -57,18 +57,13 @@
57
"symfony/intl": "^6.4.13|^7.1",
58
"symfony/mime": "^6.4.13|^7.1",
59
"symfony/phpunit-bridge": "^7.2",
60
+ "symfony/polyfill-mbstring":"^1.31.0",
61
"symfony/twig-bundle": "^6.4|^7.1",
62
"symfony/var-dumper": "^6.4.13|^7.1",
63
"symfony/yaml": "^6.4.13|^7.1"
64
},
65
"conflict": {
- "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": "*"
+ "doctrine/orm": "^3.0 <3.3"
72
73
"suggest": {
74
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
0 commit comments