Skip to content

Commit

Permalink
Allow more symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander De la Marche committed Jun 17, 2021
1 parent 1ca04e6 commit a6940ee
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 @@ -14,11 +14,11 @@
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"symfony/http-kernel": "^5.2",
"twig/twig": "^3.3",
"symfony/http-kernel": "^3.4|^4.4|^5.2",
"twig/twig": "^2.0|^3.3",
"chrome-php/chrome": "^0.9.0",
"symfony/dependency-injection": "^5.2",
"symfony/config": "^5.2"
"symfony/dependency-injection": "^3.4|^4.4|^5.2",
"symfony/config": "^3.4|^4.4|^5.2"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down

0 comments on commit a6940ee

Please sign in to comment.