Skip to content

Commit

Permalink
Merge pull request #2 from tfe2012/up_symfony_to_2_6_version
Browse files Browse the repository at this point in the history
up symfony version to 2.6
  • Loading branch information
trylika committed Dec 29, 2014
2 parents eb55105 + e790498 commit 43cb1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ php:
- 5.4
- 5.5
- 5.6
env:
- SYMFONY="2.6.*"
before_script:
- composer install
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"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
Expand Down

0 comments on commit 43cb1a0

Please sign in to comment.