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 6a8de20 commit 800b8cfCopy full SHA for 800b8cf
.travis.yml
@@ -2,7 +2,6 @@ language: php
2
php:
3
- "7.0"
4
- "5.6"
5
- - "5.5"
6
7
matrix:
8
fast_finish: true
composer.json
@@ -23,7 +23,7 @@
23
"email": "[email protected]"
24
},
25
"require": {
26
- "php": ">=5.6,<7.1",
+ "php": "^5.5|^7.0",
27
"doctrine/cache": "~1.3",
28
"psr/cache": "dev-master"
29
@@ -34,7 +34,7 @@
34
}
35
],
36
"require-dev": {
37
- "phpunit/phpunit": "~5.1"
+ "phpunit/phpunit": "^5.1|^4.0"
38
39
"autoload": {
40
"psr-4": {
0 commit comments