Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 2df7bda

Browse files
committed
Minimum PHP Version to 5.4
fixes #8
1 parent 7022218 commit 2df7bda

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
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.3.0",
14+
"php": ">=5.4.0",
1515
"illuminate/support": "~4.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)