Skip to content

Commit

Permalink
Merge pull request #16 from mybuilder/symfony-2.7
Browse files Browse the repository at this point in the history
Add symfony 2.7 support
  • Loading branch information
gavinlove committed Jun 4, 2015
2 parents 84860f5 + 94ee1d8 commit 53f8ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ env:
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*
- SYMFONY_VERSION=2.6.*
- SYMFONY_VERSION=2.7.*

before_script:
- composer require --prefer-source --dev symfony/process:${SYMFONY_VERSION}
- composer require symfony/process:${SYMFONY_VERSION}

script: bin/phpunit
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
],
"require": {
"php": ">=5.3.3",
"symfony/process": ">=2.2,<2.7"
"symfony/process": "~2.2"
},
"suggest": {
"symfony/filesystem": "Allows using Symfony Filesystem"
},
"require-dev": {
"phpunit/phpunit": "4.6.*",
"phpunit/phpunit": "4.6",
"mockery/mockery": "~0.9"
},
"autoload": {
Expand Down

0 comments on commit 53f8ac6

Please sign in to comment.