Skip to content

Commit

Permalink
Update symfony packages to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 29, 2023
1 parent f07f515 commit 184940a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
"psr/log": "^1.0 || ^2.0 || ^3.0",
"sonata-project/admin-bundle": "^4.8.1",
"sonata-project/doctrine-extensions": "^1.5.1 || ^2.0.0",
"symfony/asset": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/asset": "^7.0",
"symfony/config": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/event-dispatcher": "^7.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/form": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4.19 || ^6.2.5",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/routing": "^5.4 || ^6.0",
"symfony/form": "^7.0",
"symfony/framework-bundle": "^7.0.0",
"symfony/http-foundation": "^7.0",
"symfony/http-kernel": "^7.0",
"symfony/options-resolver": "^7.0",
"symfony/routing": "^7.0",
"symfony/security-acl": "^3.0",
"symfony/security-core": "^5.4 || ^6.0",
"symfony/security-csrf": "^5.4 || ^6.0",
"symfony/security-http": "^5.4 || ^6.0",
"symfony/translation": "^5.4 || ^6.0",
"symfony/security-core": "^7.0",
"symfony/security-csrf": "^7.0",
"symfony/security-http": "^7.0",
"symfony/translation": "^7.0",
"symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/twig-bridge": "^5.4 || ^6.0",
"symfony/twig-bundle": "^5.4 || ^6.0",
"symfony/twig-bridge": "^7.0",
"symfony/twig-bundle": "^7.0",
"twig/extra-bundle": "^3.0",
"twig/twig": "^2.14 || ^3.1"
},
Expand All @@ -73,10 +73,10 @@
"knplabs/knp-menu-bundle": "^3.2",
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
"sonata-project/form-extensions": "^1.20 || ^2.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/doctrine-bridge": "^5.4 || ^6.0",
"symfony/intl": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/browser-kit": "^7.0",
"symfony/doctrine-bridge": "^7.0",
"symfony/intl": "^7.0",
"symfony/yaml": "^7.0"
},
"conflict": {
"doctrine/doctrine-bundle": "<2.5",
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"phpunit/phpunit": "^10.1.2",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-symfony": "^5.0.3",
"symfony/phpunit-bridge": "^6.2.7",
"symfony/phpunit-bridge": "^7.0.0",
"vimeo/psalm": "^5.9"
},
"config": {
Expand Down
18 changes: 9 additions & 9 deletions vendor-bin/tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 184940a

Please sign in to comment.