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 af344d4 commit fec5e15Copy full SHA for fec5e15
.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
@@ -19,7 +19,7 @@
19
],
20
"require": {
21
"php": "^5.5|^7",
22
- "symfony/framework-bundle": "^2.7|^3.0",
+ "symfony/framework-bundle": "^2.6|^3.0",
23
"cache/doctrine-adapter": "^0.1"
24
},
25
"require-dev": {
0 commit comments