Skip to content

Commit

Permalink
Allow Symfony 7 packages (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick committed Apr 22, 2024
1 parent d558d5a commit feb895d
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.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*",
"symfony/config": "^2.4|^3.0|^4.0|^5.0|^6.0",
"symfony/console": "^2.4|^3.0|^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0|^6.0",
"symfony/http-kernel": "^2.4|^3.0|^4.0|^5.0|^6.0",
"symfony/config": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/console": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/http-kernel": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0",
"webfactory/content-mapping": "^3.0"
},

Expand Down

0 comments on commit feb895d

Please sign in to comment.