Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Update symfony packages to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent a29676a commit 6b5f985
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"lexik/jwt-authentication-bundle": "^3.0",
"nelmio/cors-bundle": "^1.5 || ^2.0",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.3",
"symfony/asset": "6.4.*",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/asset": "7.2.*",
"symfony/console": "7.2.*",
"symfony/dotenv": "7.2.*",
"symfony/expression-language": "7.2.*",
"symfony/flex": "^2.0",
"symfony/framework-bundle": "6.4.*",
"symfony/framework-bundle": "7.2.*",
"symfony/maker-bundle": "^1.11",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/stopwatch": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/var-dumper": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
"symfony/yaml": "6.4.*"
"symfony/runtime": "7.2.*",
"symfony/security-bundle": "7.2.*",
"symfony/stopwatch": "7.2.*",
"symfony/twig-bundle": "7.2.*",
"symfony/validator": "7.2.*",
"symfony/var-dumper": "7.2.*",
"symfony/web-profiler-bundle": "7.2.*",
"symfony/yaml": "7.2.*"
},
"config": {
"preferred-install": {
Expand Down Expand Up @@ -89,10 +89,10 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^11.0",
"rector/rector": "^1.0.0",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/http-client": "6.4.*",
"symfony/phpunit-bridge": "6.4.*",
"symfony/browser-kit": "7.2.*",
"symfony/css-selector": "7.2.*",
"symfony/http-client": "7.2.*",
"symfony/phpunit-bridge": "7.2.*",
"vincentlanglet/twig-cs-fixer": "^3.3"
}
}

0 comments on commit 6b5f985

Please sign in to comment.