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 5a7a185 commit c03ece5Copy full SHA for c03ece5
composer.json
@@ -20,16 +20,16 @@
20
21
"require": {
22
"php": "^7.1|8.0.*|8.1.*",
23
- "symfony/config": "^4.4 | ^5.0",
24
- "symfony/dependency-injection": "^4.4 | ^5.0",
25
- "symfony/http-foundation": "^4.4 | ^5.0",
26
- "symfony/http-kernel": "^4.4 | ^5.0",
+ "symfony/config": "^4.4 | ^5.0 | ^6.0",
+ "symfony/dependency-injection": "^4.4 | ^5.0 | ^6.0",
+ "symfony/http-foundation": "^4.4 | ^5.0 | ^6.0",
+ "symfony/http-kernel": "^4.4 | ^5.0 | ^6.0",
27
"doctrine/annotations": "^1.0"
28
},
29
30
"require-dev": {
31
"phpunit/phpunit": "^8.5|^9.0",
32
- "symfony/phpunit-bridge": ">=5.0"
+ "symfony/phpunit-bridge": "^5.0 | ^6.0"
33
34
35
"suggest": {
0 commit comments