Skip to content

Commit

Permalink
Do not use open php version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Nov 16, 2018
1 parent 3b80d59 commit 6300146
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": {
"php": ">=5.5.9",
"php": "^5.5.9 || ^7.0",
"doctrine/orm": "^2.5",
"symfony/property-access": "^2.8 || ^3.0 || ^4.0",
"symfony/property-info": "^2.8 || ^3.0 || ^4.0",
Expand Down

0 comments on commit 6300146

Please sign in to comment.