Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df2dc42

Browse files
committedFeb 25, 2022
Update root-composer
1 parent 261955f commit df2dc42

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"phpstan/phpstan-phpunit": "^1.0",
2727
"phpstan/phpstan-strict-rules": "^1.0",
2828
"phpunit/phpunit": "^9.5",
29-
"psr/container": "1.0 || 1.1.1",
30-
"symfony/config": "^4.2 || ^5.0",
31-
"symfony/console": "^4.0 || ^5.0",
32-
"symfony/dependency-injection": "^4.0 || ^5.0",
33-
"symfony/form": "^4.0 || ^5.0",
34-
"symfony/framework-bundle": "^4.4 || ^5.0",
35-
"symfony/http-foundation": "^5.1",
36-
"symfony/messenger": "^4.2 || ^5.0",
29+
"psr/container": "2.0.2",
30+
"symfony/config": "^6.0",
31+
"symfony/console": "^6.0",
32+
"symfony/dependency-injection": "^6.0",
33+
"symfony/form": "^6.0",
34+
"symfony/framework-bundle": "^6.0",
35+
"symfony/http-foundation": "^6.0",
36+
"symfony/messenger": "^6.0",
3737
"symfony/polyfill-php80": "^1.24",
38-
"symfony/serializer": "^4.0 || ^5.0"
38+
"symfony/serializer": "^6.0"
3939
},
4040
"config": {
4141
"platform": {

0 commit comments

Comments
 (0)
Please sign in to comment.