Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge 110facf into 979441b
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Jun 25, 2018
2 parents 979441b + 110facf commit a57f898
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,14 @@ sudo: false
php:
- 7.1
- 7.2

env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""

before_script:
- composer install
- composer install $PREFER_LOWEST

script:
- composer test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"league/pipeline": "^1.0"
"league/pipeline": "^0.3.0 | ^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2",
Expand Down

0 comments on commit a57f898

Please sign in to comment.