Skip to content

Commit

Permalink
Updated phpunit version and travis PHP versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed Jul 2, 2020
1 parent bc7d39e commit fdd84c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

install: COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"orchestra/testbench": "3.8.*|4.*|5.*",
"phpunit/phpunit": "^8.0|^9.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fdd84c9

Please sign in to comment.