Skip to content

Commit 0e1c322

Browse files
committed
Remove support for PHP 5.4.
1 parent c896df0 commit 0e1c322

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
- 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"require": {
29-
"php": ">=5.4.0",
29+
"php": ">=5.5.0",
3030

3131
"hassankhan/config": "~0.10",
3232
"herrera-io/phar-update": "~2.0",

0 commit comments

Comments
 (0)