Skip to content

Commit 0268113

Browse files
committed
add Laravel 6 support
1 parent 83e7de8 commit 0268113

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"require-dev": {
2525
"larapack/dd": "^1.0",
26-
"orchestra/testbench": "~3.5",
27-
"phpunit/phpunit": "^7.0",
26+
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0",
27+
"phpunit/phpunit": "^7.0| ^8.0",
2828
"spatie/phpunit-snapshot-assertions": "^1.3"
2929
},
3030
"autoload": {

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
abstract class TestCase extends \Orchestra\Testbench\TestCase
99
{
10-
public function setUp()
10+
public function setUp(): void
1111
{
1212
parent::setUp();
1313

0 commit comments

Comments
 (0)