We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb815f commit 46a223eCopy full SHA for 46a223e
composer.json
@@ -26,14 +26,14 @@
26
"phpstan/phpstan-phpunit": "^1.0",
27
"phpstan/phpstan-strict-rules": "^1.0",
28
"phpunit/phpunit": "^9.5",
29
- "symfony/config": "^4.2 || ^5.0",
30
- "symfony/console": "^4.0 || ^5.0",
31
- "symfony/form": "^4.0 || ^5.0",
32
- "symfony/framework-bundle": "^4.4 || ^5.0",
33
- "symfony/http-foundation": "^5.1",
34
- "symfony/messenger": "^4.2 || ^5.0",
+ "symfony/config": "^6.0",
+ "symfony/console": "^6.0",
+ "symfony/form": "^6.0",
+ "symfony/framework-bundle": "^6.0",
+ "symfony/http-foundation": "^6.0",
+ "symfony/messenger": "^6.0",
35
"symfony/polyfill-php80": "^1.24",
36
- "symfony/serializer": "^4.0 || ^5.0"
+ "symfony/serializer": "^6.0"
37
},
38
"config": {
39
"platform": {
0 commit comments