Skip to content

Commit

Permalink
Merge pull request #23 from 99designs/symfony-constraint-update
Browse files Browse the repository at this point in the history
Widen installable versions of Symfony component
  • Loading branch information
navitronic committed May 4, 2016
2 parents aac3777 + e9a19da commit 4c6c7c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

install: composer install
install: composer require --no-update symfony/http-foundation $SYMFONY_VERSION; composer install

script: vendor/bin/phpunit

env:
- SYMFONY_VERSION: ~2.5.0
- SYMFONY_VERSION: ~2.6.0
- SYMFONY_VERSION: ~2.7.0
- SYMFONY_VERSION: ~2.8.0
- SYMFONY_VERSION: ~3.0.0


matrix:
exclude:
- php: 5.3
env: SYMFONY_VERSION=~3.0.0
- php: 5.4
env: SYMFONY_VERSION=~3.0.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=5.3.3",
"symfony/http-foundation": "~2.5"
"symfony/http-foundation": "~2.5|~3.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
Expand Down

0 comments on commit 4c6c7c1

Please sign in to comment.