Skip to content

Commit

Permalink
Merge pull request ongr-archive#19 from tfe2012/up_symfony_to_2_6_ver…
Browse files Browse the repository at this point in the history
…sion

up symfony version to 2.6
  • Loading branch information
tautrimas committed Dec 30, 2014
2 parents a099bf5 + aed0707 commit 77f1bdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ php:
- 5.4
- 5.5
- 5.6
env:
- SYMFONY="2.6.*"
install:
- composer require --no-update symfony/symfony:${SYMFONY}
services:
- elasticsearch
before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.3",
"symfony/symfony": "~2.6",
"ongr/elasticsearch-bundle": "~0.1",
"ongr/router-bundle": "~0.1"
},
Expand Down

0 comments on commit 77f1bdd

Please sign in to comment.