We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448aa9 commit a229d27Copy full SHA for a229d27
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 5.4
5
- 5.5
6
- 5.6
7
composer.json
@@ -10,7 +10,7 @@
10
],
11
"license" : "MIT",
12
"require": {
13
- "php": ">=5.5.0",
+ "php": ">=5.4.0",
14
"illuminate/support": "5.0.*",
15
"illuminate/container": "5.0.*",
16
"illuminate/database": "5.0.*",
0 commit comments