Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from niels-nijens/update-dependencies
Browse files Browse the repository at this point in the history
Update Composer dependency constraints
  • Loading branch information
niels-nijens committed Mar 21, 2016
2 parents 5467bfb + 8ddb375 commit c83e8a5
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 135 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ matrix:
- php: nightly
fast_finish: true

before_install: composer self-update
before_install:
- composer self-update
- if [[ $TRAVIS_PHP_VERSION = 5.4 ]]; then composer update; fi;

install: composer install

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}
],
"require": {
"php": ">=5.4.0",
"symfony/process": "^2.7"
"php": "^5.4 || ^7.0",
"symfony/process": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.4",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c83e8a5

Please sign in to comment.