Skip to content

Commit

Permalink
Allow symfony 7 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick committed Apr 15, 2024
1 parent e29b53a commit 6dfcee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"symfony/config": "~3.0|~4.0|~5.0|~6.0",
"symfony/dependency-injection": "~3.0|~4.0|~5.0|~6.0",
"symfony/http-kernel": "~3.0|~4.0|~5.0|~6.0",
"symfony/config": "~3.0|~4.0|~5.0|~6.0|~7.0",
"symfony/dependency-injection": "~3.0|~4.0|~5.0|~6.0|~7.0",
"symfony/http-kernel": "~3.0|~4.0|~5.0|~6.0|~7.0",
"twig/twig": "^1.34|^2.0|^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 6dfcee8

Please sign in to comment.