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 af344d4 + fec5e15 commit 09ddcd8Copy full SHA for 09ddcd8
.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