We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e7de8 commit 0268113Copy full SHA for 0268113
composer.json
@@ -23,8 +23,8 @@
23
},
24
"require-dev": {
25
"larapack/dd": "^1.0",
26
- "orchestra/testbench": "~3.5",
27
- "phpunit/phpunit": "^7.0",
+ "orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0",
+ "phpunit/phpunit": "^7.0| ^8.0",
28
"spatie/phpunit-snapshot-assertions": "^1.3"
29
30
"autoload": {
tests/TestCase.php
@@ -7,7 +7,7 @@
7
8
abstract class TestCase extends \Orchestra\Testbench\TestCase
9
{
10
- public function setUp()
+ public function setUp(): void
11
12
parent::setUp();
13
0 commit comments