We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d54e8 commit 19ea0e1Copy full SHA for 19ea0e1
composer.json
@@ -26,16 +26,16 @@
26
"phpstan/phpstan-phpunit": "^1.0",
27
"phpstan/phpstan-strict-rules": "^1.0",
28
"phpunit/phpunit": "^9.5",
29
- "psr/container": "1.0 || 1.1.1",
+ "psr/container": "2.0.2",
30
"symfony/config": "^5.4 || ^6.1",
31
"symfony/console": "^5.4 || ^6.1",
32
"symfony/dependency-injection": "^5.4 || ^6.1",
33
"symfony/form": "^5.4 || ^6.1",
34
"symfony/framework-bundle": "^5.4 || ^6.1",
35
"symfony/http-foundation": "^5.4 || ^6.1",
36
- "symfony/messenger": "^5.4",
+ "symfony/messenger": "^6.0",
37
"symfony/polyfill-php80": "^1.24",
38
- "symfony/serializer": "^5.4"
+ "symfony/serializer": "^6.0"
39
},
40
"config": {
41
"sort-packages": true
0 commit comments