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.
1 parent 10672a0 commit 269797bCopy full SHA for 269797b
.travis.yml
@@ -1,9 +1,6 @@
1
language: php
2
3
php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- 5.6
8
- 7.0
9
composer.json
@@ -21,9 +21,9 @@
21
}
22
],
23
"require": {
24
- "php": ">=5.3.2",
25
- "ext-curl": "*",
26
- "ext-xml": "*",
+ "php": "^5.6 || ^7.0",
+ "ext-curl": "*",
+ "ext-xml": "*",
27
"kriswallsmith/buzz": ">=0.7"
28
},
29
"require-dev": {
0 commit comments