Skip to content

Commit 838710c

Browse files
committed
Re add php 5.4
1 parent cc47080 commit 838710c

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.5.0"
18+
"php": ">=5.4.0"
1919
},
2020
"require-dev": {
2121
"phpunit/php-code-coverage": "~2.0 || ~3.0",

0 commit comments

Comments
 (0)