There was an error while loading. Please reload this page.
1 parent de7a632 commit e6592f7Copy full SHA for e6592f7
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
3
php:
4
- - 5.5.9
+ - 5.5
5
- 5.6
6
- 7.0
7
- hhvm
composer.json
@@ -10,6 +10,7 @@
10
}
11
],
12
"require": {
13
+ "php": ">=5.5",
14
"aws/aws-sdk-php": "^3.0.5",
15
"symfony/config": "~2.3",
16
"symfony/dependency-injection": "~2.3",
0 commit comments