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] authored Nov 29, 2023
1 parent 247b5e5 commit 4ef7c17
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"sonata-project/block-bundle": "^4.21 || ^5.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.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": "^4.4.13 || ^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/config": "^7.0",
"symfony/dependency-injection": "^7.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",
"twig/twig": "^2.9 || ^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0.1",
"knplabs/knp-menu": "^3.0",
"knplabs/knp-menu-bundle": "^3.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.1",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/browser-kit": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/finder": "^7.0",
"symfony/phpunit-bridge": "^7.0",
"symfony/yaml": "^7.0"
},
"autoload": {
"psr-4": {
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 @@ -16,7 +16,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
24 changes: 11 additions & 13 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 4ef7c17

Please sign in to comment.