Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
only support actively supported Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Mar 9, 2020
1 parent 27db6f1 commit 854e4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"symfony/http-kernel": "~2.3|~3.0|~4.0"
"symfony/http-kernel": "^3.4||^4.4|^5.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 854e4c2

Please # to comment.