Skip to content

Commit

Permalink
require Symfony 4.4+/5.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Feb 28, 2021
1 parent 2915294 commit 5fa0b75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php": "~7.4 || ~8.0",
"symfony/config": "^4.3|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/event-dispatcher": "^4.3|^5.0",
"symfony/expression-language": "^4.3|^5.0",
"symfony/http-foundation": "^4.3.4|^5.0",
"symfony/http-kernel": "^4.3|^5.0"
"symfony/config": "^4.4|^5.2",
"symfony/dependency-injection": "^4.4|^5.2",
"symfony/event-dispatcher": "^4.4|^5.2",
"symfony/expression-language": "^4.4|^5.2",
"symfony/http-foundation": "^4.4|^5.2",
"symfony/http-kernel": "^4.4|^5.2"
},
"require-dev": {
"composer/package-versions-deprecated": "1.11.99.1",
Expand Down

0 comments on commit 5fa0b75

Please sign in to comment.