Skip to content

Commit

Permalink
Prefer dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Jun 11, 2020
1 parent bb02559 commit 280d942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

before_script:
- travis_retry composer self-update
- travis_retry composer update --prefer-lowest --no-ansi --no-interaction --no-progress --no-scripts
- travis_retry composer update --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts
- vendor/bin/phpunit --dump-xdebug-filter xdebug-filter.php

script:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"require-dev": {
"illuminate/container": "^5.5|^6.0|^7.0",
"orchestra/testbench": "^3.5|^4.0|^5.0"
"orchestra/testbench": "^3.5|^4.0|^5.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 280d942

Please sign in to comment.