Skip to content

Commit

Permalink
Allow symfony 6 packages (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick authored Jun 7, 2023
1 parent 93d0547 commit 258dee6
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.*",
"symfony/config": "^2.4|^3.0|^4.0|^5.0",
"symfony/console": "^2.4|^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0",
"symfony/http-kernel": "^2.4|^3.0|^4.0|^5.0",
"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",
"webfactory/content-mapping": "^3.0"
},

Expand Down

0 comments on commit 258dee6

Please sign in to comment.