Skip to content

Commit

Permalink
Allow PHP 7.0
Browse files Browse the repository at this point in the history
We would not recommend using it but since it does not break anything then we should not limit it
  • Loading branch information
gavinlove authored Oct 19, 2018
1 parent 046a347 commit 6a145bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"authors": [
{
"name": "Gavin Love",
"homepage": "http://www.mybuilder.com"
"homepage": "https://www.mybuilder.com"
},
{
"name": "Keyvan Akbary",
"homepage": "http://www.mybuilder.com"
"homepage": "https://www.mybuilder.com"
}
],
"require": {
"php": ">=5.6.0 || ^7.1",
"php": ">=5.6.0 || ^7.0",
"symfony/process": "~2.2|~3.0|^4.0"
},
"suggest": {
Expand Down

0 comments on commit 6a145bc

Please sign in to comment.