Skip to content

Commit 800b8cf

Browse files
committed
Updated PHP versions
1 parent 6a8de20 commit 800b8cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22
php:
33
- "7.0"
44
- "5.6"
5-
- "5.5"
65

76
matrix:
87
fast_finish: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"email": "[email protected]"
2424
},
2525
"require": {
26-
"php": ">=5.6,<7.1",
26+
"php": "^5.5|^7.0",
2727
"doctrine/cache": "~1.3",
2828
"psr/cache": "dev-master"
2929
},
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"require-dev": {
37-
"phpunit/phpunit": "~5.1"
37+
"phpunit/phpunit": "^5.1|^4.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)