Skip to content

Commit 62ee93a

Browse files
committed
Merge pull request #3 from tfe2012/symfony_up_to_2.6_version
up symfony version to 2.6
2 parents 23c5db2 + 832a1b9 commit 62ee93a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ php:
44
- 5.5
55
- 5.6
66
env:
7-
- SYMFONY="2.3.*"
7+
- SYMFONY="2.6.*"
88
install:
99
- sudo pip install -q sphinx --use-mirrors
1010
- wget -q -O conf.py https://raw.githubusercontent.com/ongr-io/docs-aggregator/master/source/conf-travis.py

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.4",
16-
"symfony/symfony": "~2.3",
16+
"symfony/symfony": "~2.6",
1717
"symfony/assetic-bundle": "~2.3",
1818
"cocur/slugify": "0.2.2",
1919
"symfony/monolog-bundle": "~2.4",

0 commit comments

Comments
 (0)