Skip to content

Commit e19025a

Browse files
committed
Merge pull request #2 from agallou/fix-php7
fix composer requirements for php7
2 parents 6b99984 + e171def commit e19025a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "~5.3",
28+
"php": ">=5.3",
2929
"intervention/image": "~2.2"
3030
},
3131
"suggest": {

0 commit comments

Comments
 (0)