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 d7ad9fc + 2303cfd commit 0b3856bCopy full SHA for 0b3856b
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- "5.5"
6
7
env:
8
+ - SYMFONY_VERSION=2.6.*
9
- SYMFONY_VERSION=2.7.*
10
- SYMFONY_VERSION=2.8.*
11
- SYMFONY_VERSION=3.0.*
composer.json
@@ -25,9 +25,8 @@
25
],
26
"require": {
27
"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"
+ "symfony/framework-bundle": "^2.6|^3.0",
+ "psr/cache-implementation": "~1.0"
31
},
32
"require-dev": {
33
"phpunit/phpunit": "^5.1|^4.0",
0 commit comments