Skip to content

Commit 81d8321

Browse files
committed
removed support for php 5.4
1 parent 7692a91 commit 81d8321

3 files changed

Lines changed: 604 additions & 2 deletions

File tree

.travis.yml

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

66
php:
7-
- 5.4
87
- 5.5
98
- 5.6
109
- 7

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"minimum-stability": "stable",
2121
"require": {
22-
"php": ">=5.4.0"
22+
"php": ">=5.5.0"
2323
},
2424
"require-dev": {
2525
"satooshi/php-coveralls": "dev-master"

0 commit comments

Comments
 (0)