Skip to content

Commit

Permalink
Merge pull request #119 from kbond/travis-update
Browse files Browse the repository at this point in the history
use symfony 2.8/3.0 stable in travis matrix
  • Loading branch information
kbond committed Dec 1, 2015
2 parents df7a6d6 + a1044da commit 2b14d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION=2.3.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*@dev
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=3.0.*@dev
env: SYMFONY_VERSION=3.0.*
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^0.7.4",
"sensiolabs/security-checker": "~1.3",
"sensiolabs/security-checker": "~1.3|~2.0|~3.0",
"guzzle/guzzle": "~3.8",
"symfony/expression-language": "~2.3|~3.0",
"swiftmailer/swiftmailer": "~5.4"
Expand Down

0 comments on commit 2b14d0a

Please sign in to comment.