Skip to content

Commit a229d27

Browse files
revert 2134300 "Remove support for PHP 5.4"
1 parent 8448aa9 commit a229d27

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)