Skip to content

Commit 4bc4f16

Browse files
committed
Merge pull request #27 from fezfez/master
Misc: Add back support for PHP 5.4.
2 parents cc47080 + 838710c commit 4bc4f16

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)