Skip to content

Commit 3c300e4

Browse files
Update symfony packages to v8
1 parent 261118e commit 3c300e4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"php": "^8.3",
4242
"knplabs/knp-menu": "^2.1 || ^3.1",
4343
"sonata-project/block-bundle": "^4.21 || ^5.0",
44-
"symfony/config": "^6.4 || ^7.0",
45-
"symfony/dependency-injection": "^6.4 || ^7.0",
46-
"symfony/expression-language": "^6.4 || ^7.0",
47-
"symfony/framework-bundle": "^6.4 || ^7.0",
48-
"symfony/http-kernel": "^6.4 || ^7.0",
44+
"symfony/config": "^8.0",
45+
"symfony/dependency-injection": "^8.0",
46+
"symfony/expression-language": "^8.0",
47+
"symfony/framework-bundle": "^8.0",
48+
"symfony/http-kernel": "^8.0",
4949
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0"
5050
},
5151
"require-dev": {
5252
"ergebnis/composer-normalize": "^2.0.1",
5353
"knplabs/knp-menu-bundle": "^2.3 || ^3.0",
54-
"symfony/browser-kit": "^6.4 || ^7.0",
55-
"symfony/translation": "^6.4 || ^7.0"
54+
"symfony/browser-kit": "^8.0",
55+
"symfony/translation": "^8.0"
5656
},
5757
"autoload": {
5858
"psr-4": {

vendor-bin/tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"phpstan/phpstan-strict-rules": "^2.0.0",
1414
"phpstan/phpstan-symfony": "^2.0.0",
1515
"phpunit/phpunit": "^12.0.0",
16-
"symfony/phpunit-bridge": "^7.0.0"
16+
"symfony/phpunit-bridge": "^8.0.0"
1717
},
1818
"config": {
1919
"allow-plugins": {

0 commit comments

Comments
 (0)