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 d52ad6b commit e62a5b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"require": {
"php": "^8.1",
"ext-pcre": "*",
"symfony/routing": "^5.4 || ^6.3",
"symfony/routing": "^7.0",
"symfony/translation-contracts": "^2.0 || ^3.0",
"twig/twig": "^3.3"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.5.1",
"symfony/browser-kit": "^5.4 || ^6.3",
"symfony/config": "^5.4 || ^6.3",
"symfony/dependency-injection": "^5.4 || ^6.3",
"symfony/expression-language": "^5.4 || ^6.3",
"symfony/framework-bundle": "^5.4.19 || ^6.3",
"symfony/http-kernel": "^5.4 || ^6.3",
"symfony/intl": "^5.4 || ^6.3",
"symfony/browser-kit": "^7.0",
"symfony/config": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/expression-language": "^7.0",
"symfony/framework-bundle": "^7.0",
"symfony/http-kernel": "^7.0",
"symfony/intl": "^7.0",
"symfony/polyfill-intl-icu": "^1.13",
"symfony/twig-bridge": "^5.4 || ^6.3",
"symfony/twig-bundle": "^5.4 || ^6.3"
"symfony/twig-bridge": "^7.0",
"symfony/twig-bundle": "^7.0"
},
"conflict": {
"symfony/framework-bundle": "<5.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 @@ -15,7 +15,7 @@
"phpunit/phpunit": "^10.1.3",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-symfony": "^5.0.3",
"symfony/phpunit-bridge": "^6.3.0",
"symfony/phpunit-bridge": "^7.0.0",
"vimeo/psalm": "^5.12"
},
"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 e62a5b6

Please sign in to comment.