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 3, 2023
1 parent 2e2694e commit fc55fda
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,30 @@
"doctrine/event-manager": "^1.2 || ^2.0",
"doctrine/persistence": "^2.3 || ^3.0",
"paragonie/random_compat": "^1 || ^2 || ^9",
"symfony/config": "^6.3",
"symfony/console": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/event-dispatcher": "^6.3",
"symfony/config": "^7.0",
"symfony/console": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/event-dispatcher": "^7.0",
"symfony/event-dispatcher-contracts": "^2.5 || ^3.0",
"symfony/form": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/mailer": "^6.3",
"symfony/mime": "^6.3",
"symfony/options-resolver": "^6.3",
"symfony/password-hasher": "^6.3",
"symfony/form": "^7.0",
"symfony/framework-bundle": "^7.0",
"symfony/http-foundation": "^7.0",
"symfony/http-kernel": "^7.0",
"symfony/mailer": "^7.0",
"symfony/mime": "^7.0",
"symfony/options-resolver": "^7.0",
"symfony/password-hasher": "^7.0",
"symfony/polyfill-mbstring": "^1.13",
"symfony/routing": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/security-core": "^6.3",
"symfony/security-csrf": "^6.3",
"symfony/security-http": "^6.3",
"symfony/translation": "^6.3",
"symfony/routing": "^7.0",
"symfony/security-bundle": "^7.0",
"symfony/security-core": "^7.0",
"symfony/security-csrf": "^7.0",
"symfony/security-http": "^7.0",
"symfony/translation": "^7.0",
"symfony/translation-contracts": "^2.5 || ^3.0",
"symfony/twig-bridge": "^6.3",
"symfony/twig-bundle": "^6.3",
"symfony/validator": "^6.3",
"symfony/twig-bridge": "^7.0",
"symfony/twig-bundle": "^7.0",
"symfony/validator": "^7.0",
"twig/twig": "^2.14 || ^3.1"
},
"require-dev": {
Expand All @@ -74,9 +74,9 @@
"doctrine/mongodb-odm-bundle": "^4.4",
"doctrine/orm": "^2.12",
"ergebnis/composer-normalize": "^2.0.1",
"symfony/browser-kit": "^6.3",
"symfony/doctrine-bridge": "^6.3",
"symfony/yaml": "^6.3"
"symfony/browser-kit": "^7.0",
"symfony/doctrine-bridge": "^7.0",
"symfony/yaml": "^7.0"
},
"conflict": {
"doctrine/doctrine-bundle": "<1.12",
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 fc55fda

Please sign in to comment.