Skip to content

Commit 2303cfd

Browse files
committed
psr/cache is not needed, do also test with sf2.6
1 parent d7ad9fc commit 2303cfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- "5.5"
66

77
env:
8+
- SYMFONY_VERSION=2.6.*
89
- SYMFONY_VERSION=2.7.*
910
- SYMFONY_VERSION=2.8.*
1011
- SYMFONY_VERSION=3.0.*

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
],
2626
"require": {
2727
"php": "^5.5|^7",
28-
"symfony/framework-bundle": "^2.7|^3.0",
29-
"psr/cache-implementation": "~1.0",
30-
"psr/cache": "1.0.x-dev"
28+
"symfony/framework-bundle": "^2.6|^3.0",
29+
"psr/cache-implementation": "~1.0"
3130
},
3231
"require-dev": {
3332
"phpunit/phpunit": "^5.1|^4.0",

0 commit comments

Comments
 (0)