We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c1c60a + b47b52d commit acb3e85Copy full SHA for acb3e85
.travis.yml
@@ -3,7 +3,6 @@ language: php
3
matrix:
4
fast_finish: true
5
include:
6
- - php: 5.3.3
7
- php: 5.3
8
- php: 5.4
9
- php: 5.5
composer.json
@@ -36,7 +36,7 @@
36
}
37
}],
38
"require": {
39
- "php": ">=5.3.2"
+ "php": ">=5.3.29"
40
},
41
"require-dev": {
42
"json-schema/JSON-Schema-Test-Suite": "1.1.0",
0 commit comments