Skip to content

Commit

Permalink
add Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Sep 4, 2019
1 parent 83e7de8 commit 0268113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"require-dev": {
"larapack/dd": "^1.0",
"orchestra/testbench": "~3.5",
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0",
"phpunit/phpunit": "^7.0| ^8.0",
"spatie/phpunit-snapshot-assertions": "^1.3"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

abstract class TestCase extends \Orchestra\Testbench\TestCase
{
public function setUp()
public function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 0268113

Please sign in to comment.