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 30, 2023
1 parent 194ba90 commit 7f9802c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"symfony/console": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/process": "^6.3",
"symfony/console": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/process": "^7.0",
"vierbergenlars/php-semver": "^3.0.4"
},
"require-dev": {
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
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 7f9802c

Please sign in to comment.