Skip to content

Commit

Permalink
Allow for symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
TNAJanssen authored Jan 18, 2024
1 parent a8099ef commit 6eda499
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"require": {
"php": ">=7.2",
"ddeboer/vatin": "^2.0",
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0",
"symfony/config": "^4.0 || ^5.0 || ^6.0",
"symfony/validator": "^4.0 || ^5.0 || ^6.0"
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/config": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/validator": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down

0 comments on commit 6eda499

Please sign in to comment.