We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1cdb61 + 33138ae commit 6a0eb16Copy full SHA for 6a0eb16
2 files changed
.travis.yml
@@ -1,9 +1,8 @@
1
language: php
2
3
php:
4
- - 5.3
5
- - 5.4
6
- 5.5
+ - 5.6
7
8
before_script:
9
- composer install --dev
composer.json
@@ -15,7 +15,7 @@
15
],
16
17
"require": {
18
- "php": ">=5.3.3",
+ "php": "^5.5.9|>=7.0.8",
19
"symfony/framework-bundle": "^3.3",
20
"opensoft/simple-serializer": ">=1.0.0"
21
},
0 commit comments