Skip to content

Commit c44cce6

Browse files
committed
Merge pull request #415 from neoxia/fix-php-version
Add support for PHP 5.4 again
2 parents 8448aa9 + a229d27 commit c44cce6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 5.4
45
- 5.5
56
- 5.6
67

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license" : "MIT",
1212
"require": {
13-
"php": ">=5.5.0",
13+
"php": ">=5.4.0",
1414
"illuminate/support": "5.0.*",
1515
"illuminate/container": "5.0.*",
1616
"illuminate/database": "5.0.*",

0 commit comments

Comments
 (0)