Skip to content

Commit 2134300

Browse files
committed
Remove support for PHP 5.4
1 parent ec3d41f commit 2134300

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

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

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76

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.4.0",
13+
"php": ">=5.5.0",
1414
"ext-mongo": "*",
1515
"illuminate/support": "5.0.*",
1616
"illuminate/container": "5.0.*",

0 commit comments

Comments
 (0)