Skip to content

Commit

Permalink
Merge pull request #16 from gnugat/fix-build
Browse files Browse the repository at this point in the history
Trying to fix Travis builds
  • Loading branch information
rosstuck committed Dec 1, 2015
2 parents 7c6b55b + 9739c43 commit ca47683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION="2.8.*"
- php: 5.6
env: SYMFONY_VERSION="3.0.x-dev as 2.8"
env: SYMFONY_VERSION="3.0.*"

before_install:
- composer self-update || true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"require-dev": {
"symfony/validator": "~2.3",
"symfony/validator": "^2.3|^3.0",
"phpunit/phpunit": "~4.5",
"mockery/mockery": "~0.9.4",
"matthiasnoback/symfony-config-test": "~1.0",
Expand Down

0 comments on commit ca47683

Please sign in to comment.