Skip to content

Commit

Permalink
Avoid old dependencies in Travis CI (#1060)
Browse files Browse the repository at this point in the history
* Run composer update in travis to avoid old dependencies

* Require PhpUnit 6.5
  • Loading branch information
spawnia committed Nov 26, 2019
1 parent d7f9a53 commit 11e0034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -45,6 +45,7 @@
"orchestra/database": "3.5.* || 3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4.0",
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4.0",
"phpbench/phpbench": "@dev",
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.4",
"pusher/pusher-php-server": "^3.2"
},
"suggest": {
Expand Down

0 comments on commit 11e0034

Please sign in to comment.