Skip to content

Commit

Permalink
Add symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and icanhazstring committed Nov 23, 2023
1 parent 723737c commit 09ea8ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"phpstan/phpdoc-parser": "^1.12",
"psr/container": "^1.0 || ^2.0",
"psr/log": "^1.1 || ^2 || ^3",
"symfony/config": "^4.4 || ^5.4 || ^6.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4.8 || ^5.4 || ^6.0",
"symfony/property-access": "^4.4 || ^5.4 || ^6.0",
"symfony/serializer": "^4.4 || ^5.4 || ^6.0",
"symfony/validator": "^4.4 || ^5.4 || ^6.0",
"symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4.8 || ^5.4 || ^6.0 || ^7.0",
"symfony/property-access": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/serializer": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/validator": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"webmozart/assert": "^1.10",
"webmozart/glob": "^4.4"
},
Expand Down

0 comments on commit 09ea8ff

Please sign in to comment.