Skip to content

Commit c00057b

Browse files
committed
Increase PHP version requirement to 5.5
1 parent 6ab2980 commit c00057b

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
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"php": ">=5.4.0",
11+
"php": ">=5.5.0",
1212
"illuminate/support": "~4.0|~5.0",
1313
"mockery/mockery": "^0.9.9"
1414
},

0 commit comments

Comments
 (0)