Skip to content

Commit f09b339

Browse files
committed
Support laravel 5.8
1 parent ad8c636 commit f09b339

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/contracts": "5.7.*",
14-
"illuminate/database": "5.7.*",
15-
"illuminate/routing": "5.7.*",
16-
"illuminate/support": "5.7.*",
13+
"illuminate/contracts": "5.8.*",
14+
"illuminate/database": "5.8.*",
15+
"illuminate/routing": "5.8.*",
16+
"illuminate/support": "5.8.*",
1717
"guzzlehttp/guzzle": "~6.3",
1818
"symfony/dom-crawler": "^4.2"
1919
},

tests/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ abstract class TestCase extends OrchestraTestCase
1010
/**
1111
* Setup the test environment.
1212
*/
13-
protected function setUp()
13+
protected function setUp(): void
1414
{
1515
parent::setUp();
1616
}

0 commit comments

Comments
 (0)