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 0a1ba8f commit 8f46cffCopy full SHA for 8f46cff
composer.json
@@ -6,15 +6,15 @@
6
"minimum-stability": "dev",
7
"require": {
8
"php": ">=7.2.5",
9
- "symfony/config": "^4.4 | ^5.0",
10
- "symfony/dependency-injection": "^4.4 | ^5.0",
+ "symfony/config": "^4.4 | ^5.0 | ^6.0",
+ "symfony/dependency-injection": "^4.4 | ^5.0 | ^6.0",
11
"symfony/deprecation-contracts": "^2.2",
12
- "symfony/http-kernel": "^4.4 | ^5.0"
+ "symfony/http-kernel": "^4.4 | ^5.0 | ^6.0"
13
},
14
"require-dev": {
15
"doctrine/orm": "^2.7",
16
"friendsofphp/php-cs-fixer": "^3.0",
17
- "symfony/framework-bundle": "^4.4 | ^5.0",
+ "symfony/framework-bundle": "^4.4 | ^5.0 | ^6.0",
18
"symfony/phpunit-bridge": "^5.0",
19
"vimeo/psalm": "^4.3",
20
"doctrine/doctrine-bundle": "^2.0.3"
0 commit comments