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 Dec 5, 2023
1 parent 961810d commit 665cf51
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"psr/log": "^1.0 || ^2.0 || ^3.0",
"sonata-project/block-bundle": "^4.21 || ^5.0",
"sonata-project/form-extensions": "^1.4 || ^2.0",
"symfony/config": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/expression-language": "^5.4 || ^6.2",
"symfony/form": "^5.4 || ^6.2",
"symfony/framework-bundle": "^5.4.19 || ^6.2.5",
"symfony/http-foundation": "^5.4 || ^6.2",
"symfony/http-kernel": "^5.4 || ^6.2",
"symfony/options-resolver": "^5.4 || ^6.2",
"symfony/twig-bridge": "^5.4 || ^6.2",
"symfony/config": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/expression-language": "^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",
"symfony/twig-bridge": "^7.0",
"twig/twig": "^2.4 || ^3.0",
"willdurand/geocoder": "^4.2",
"willdurand/geocoder-bundle": "^5.11"
Expand All @@ -67,10 +67,10 @@
"nyholm/psr7": "^1.0",
"php-http/mock-client": "^1.3",
"psr/simple-cache": "^2.0 || ^3.0",
"symfony/browser-kit": "^5.4 || ^6.2",
"symfony/cache": "^6.2",
"symfony/console": "^5.4 || ^6.2",
"symfony/yaml": "^5.4 || ^6.2"
"symfony/browser-kit": "^7.0",
"symfony/cache": "^7.0",
"symfony/console": "^7.0",
"symfony/yaml": "^7.0"
},
"suggest": {
"geocoder-php/bing-maps-provider": "For bing geocoder",
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.0",
"psalm/plugin-phpunit": "^0.18",
"psalm/plugin-symfony": "^5.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/phpunit-bridge": "^7.0",
"vimeo/psalm": "^5.0"
},
"config": {
Expand Down
20 changes: 10 additions & 10 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 665cf51

Please sign in to comment.