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 29, 2023
1 parent fd38ab0 commit 1c24386
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"phpstan/phpstan-symfony": "^1.2.16",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7",
"symfony/form": "^6.0",
"symfony/framework-bundle": "^6.0",
"symfony/security-core": "^6.0",
"symfony/twig-bundle": "^6.0",
"symfony/validator": "^6.0"
"symfony/form": "^7.0",
"symfony/framework-bundle": "^7.0",
"symfony/security-core": "^7.0",
"symfony/twig-bundle": "^7.0",
"symfony/validator": "^7.0"
},
"scripts": {
"check": ["@check:phpstan", "@check:phpmd", "@check:phpcs"],
Expand Down

0 comments on commit 1c24386

Please sign in to comment.