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 88de4b1 + ff67587 commit 1127df4Copy full SHA for 1127df4
.travis.yml
@@ -1,7 +1,8 @@
1
language: "php"
2
php:
3
+ - "5.5"
4
- "5.6"
- - "7.0.4"
5
+ - "7.0"
6
- "hhvm"
7
8
before_script:
composer.json
@@ -29,12 +29,12 @@
29
"bin-dir": "bin/"
30
},
31
"require": {
32
- "php": ">= 5.6.0 || 7.0.0 - 7.0.4 || >= 7.0.6",
+ "php": ">= 5.5.9 || 7.0.0 - 7.0.4 || >= 7.0.6",
33
"eugene-matvejev/compass": "^0.1",
34
"leafo/lessphp": "^0.5"
35
36
"require-dev": {
37
"composer/composer": "^1.1",
38
- "phpunit/phpunit": "^5.3"
+ "phpunit/phpunit": "^4.8 || ^5.3"
39
}
40
0 commit comments