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 6769c4c commit af9703cCopy full SHA for af9703c
composer.json
@@ -181,7 +181,8 @@
181
"masterminds/html5": "<2.6",
182
"phpdocumentor/reflection-docblock": "<5.2",
183
"phpdocumentor/type-resolver": "<1.5.1",
184
- "phpunit/phpunit": "<7.5|9.1.2"
+ "phpunit/phpunit": "<7.5|9.1.2",
185
+ "symfony/flex": "<2.10"
186
},
187
"config": {
188
"allow-plugins": {
src/Symfony/Component/HttpKernel/composer.json
@@ -60,6 +60,7 @@
60
"symfony/form": "<6.4",
61
"symfony/dependency-injection": "<6.4",
62
"symfony/doctrine-bridge": "<6.4",
63
+ "symfony/flex": "<2.10",
64
"symfony/http-client": "<6.4",
65
"symfony/http-client-contracts": "<2.5",
66
"symfony/mailer": "<6.4",
0 commit comments