Skip to content

Commit 508ad24

Browse files
committed
fix #3
1 parent 09b5138 commit 508ad24

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: php
22
php:
3-
- '5.4'
4-
- '5.5'
53
- '5.6'
64
- '7.0'
75

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"serializer",
2121
"human"
2222
],
23-
"require": {
23+
"require": {
24+
"php": ">=5.6"
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": "~4.0"

0 commit comments

Comments
 (0)