diff --git a/Tests/BaseTestCase.php b/Tests/BaseTestCase.php index 4f118b9..4f7b585 100644 --- a/Tests/BaseTestCase.php +++ b/Tests/BaseTestCase.php @@ -8,7 +8,7 @@ abstract class BaseTestCase extends OrchestraTestCase { - public function setUp() + public function setUp() : void { parent::setUp(); diff --git a/Tests/MenuItemTest.php b/Tests/MenuItemTest.php index 1383da3..23bbf30 100644 --- a/Tests/MenuItemTest.php +++ b/Tests/MenuItemTest.php @@ -12,7 +12,7 @@ class MenuItemTest extends BaseTestCase */ private $menu; - public function setUp() + public function setUp() : void { parent::setUp(); $this->menu = app(Menu::class); diff --git a/Tests/MenuTest.php b/Tests/MenuTest.php index 3c40b90..04fa7be 100644 --- a/Tests/MenuTest.php +++ b/Tests/MenuTest.php @@ -12,7 +12,7 @@ class MenuTest extends BaseTestCase */ private $menu; - public function setUp() + public function setUp() : void { parent::setUp(); $this->menu = app(Menu::class); diff --git a/composer.json b/composer.json index 98e46b9..2beac16 100644 --- a/composer.json +++ b/composer.json @@ -21,15 +21,15 @@ ], "require": { "php": ">=7.1", - "illuminate/support": "5.7.*", - "illuminate/config": "5.7.*", - "illuminate/view": "5.7.*", - "laravelcollective/html": "5.7.*" + "illuminate/support": "5.8.*", + "illuminate/config": "5.8.*", + "illuminate/view": "5.8.*", + "laravelcollective/html": "5.8.*.*" }, "require-dev": { "phpunit/phpunit": "^7.3", "mockery/mockery": "^1.0", - "orchestra/testbench": "3.7.*", + "orchestra/testbench": "3.8.*", "friendsofphp/php-cs-fixer": "^2.10" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a67bb12..785aa48 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -22,7 +22,7 @@ - +