From 4f56457900d85a2eb923e00e1c222e45899268c3 Mon Sep 17 00:00:00 2001 From: ItsMurumba Date: Mon, 20 Mar 2023 03:28:12 -0400 Subject: [PATCH] Support for Laravel 5,6,7,8,9,10 --- composer.json | 6 +++--- tests/Unit/InstallHostpinnaclePackageTest.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c52b55e..5ce96a0 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ } ], "require": { - "php": "^7.1|^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", - "guzzlehttp/guzzle": "^7.0.1" + "php": "^7.1|^8.0|^8.1", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "guzzlehttp/guzzle": "^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^8.0", diff --git a/tests/Unit/InstallHostpinnaclePackageTest.php b/tests/Unit/InstallHostpinnaclePackageTest.php index cddb71d..19afb56 100644 --- a/tests/Unit/InstallHostpinnaclePackageTest.php +++ b/tests/Unit/InstallHostpinnaclePackageTest.php @@ -28,7 +28,7 @@ public function the_install_command_copies_the_configuration() } /** - * + * @test * * @return void */