Skip to content

Commit

Permalink
allow php 8 & remove deprecated symfony/templating (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlutter authored May 14, 2021
1 parent 013b012 commit 41d0e5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"symfony/framework-bundle": "^3.0|^4.0",
"symfony/config": "^3.0|^4.0",
"symfony/dependency-injection": "^3.0|^4.0",
"symfony/http-foundation": "^3.0|^4.0",
"symfony/http-kernel": "^3.0|^4.0",
"symfony/routing": "^3.0|^4.0",
"symfony/security": "^3.0|^4.0",
"symfony/templating": "^3.0|^4.0",
"symfony/translation": "^3.0|^4.0",
"symfony/twig-bundle": "^3.0|^4.0",
"everlutionsk/navigation": "^2.4"
Expand Down

0 comments on commit 41d0e5e

Please sign in to comment.