Skip to content

Commit e6592f7

Browse files
committed
No reason to only test against 5.5.9 and up
1 parent de7a632 commit e6592f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 5.5.9
4+
- 5.5
55
- 5.6
66
- 7.0
77
- hhvm

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"require": {
13+
"php": ">=5.5",
1314
"aws/aws-sdk-php": "^3.0.5",
1415
"symfony/config": "~2.3",
1516
"symfony/dependency-injection": "~2.3",

0 commit comments

Comments
 (0)