Skip to content

Commit 6a145bc

Browse files
authored
Allow PHP 7.0
We would not recommend using it but since it does not break anything then we should not limit it
1 parent 046a347 commit 6a145bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"authors": [
88
{
99
"name": "Gavin Love",
10-
"homepage": "http://www.mybuilder.com"
10+
"homepage": "https://www.mybuilder.com"
1111
},
1212
{
1313
"name": "Keyvan Akbary",
14-
"homepage": "http://www.mybuilder.com"
14+
"homepage": "https://www.mybuilder.com"
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.6.0 || ^7.1",
18+
"php": ">=5.6.0 || ^7.0",
1919
"symfony/process": "~2.2|~3.0|^4.0"
2020
},
2121
"suggest": {

0 commit comments

Comments
 (0)