Skip to content

Commit fec5e15

Browse files
committed
SUpport for sf2.6
1 parent af344d4 commit fec5e15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^5.5|^7",
22-
"symfony/framework-bundle": "^2.7|^3.0",
22+
"symfony/framework-bundle": "^2.6|^3.0",
2323
"cache/doctrine-adapter": "^0.1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)