Skip to content

Commit

Permalink
Allow Symfony 5.x dependencies (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Apr 6, 2022
1 parent b8fe898 commit c6699cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],

"require": {
"php": ">=5.3.0",
"symfony/config": "^2.4|^3.0|^4.0",
"symfony/console": "^2.4|^3.0|^4.0",
"symfony/dependency-injection": "^2.4|^3.0|^4.0",
"symfony/http-kernel": "^2.4|^3.0|^4.0",
"php": "7.2.*|7.4.*",
"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",
"webfactory/content-mapping": "^3.0"
},

Expand Down

0 comments on commit c6699cc

Please sign in to comment.