Skip to content

Commit

Permalink
Merge a085c65 into 0ef5985
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Jun 26, 2020
2 parents 0ef5985 + a085c65 commit 4d93572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ env:
php:
- '7.2'
- '7.3'
- nightly
- '7.4'

matrix:
fast_finish: true
include:
- php: '7.2'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: nightly
env: COMPOSER_FLAGS="--ignore-platform-reqs"
allow_failures:
- php: nightly

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.1"
},
"replace": {
Expand Down

0 comments on commit 4d93572

Please sign in to comment.