Skip to content

Commit

Permalink
Unrestrict php and symfony versions for forward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
acasademont committed Feb 20, 2021
1 parent 8f59f17 commit f2ba556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^7.3|^8.0",
"symfony/framework-bundle": "^4.4|^5.0"
"php": ">=7.3",
"symfony/framework-bundle": ">=4.4"
},
"require-dev": {
"sensio/framework-extra-bundle": "*",
Expand Down

0 comments on commit f2ba556

Please sign in to comment.