diff --git a/composer.json b/composer.json index 11b260b..784b565 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php" : "^7.0", - "illuminate/support": "^5.5" + "illuminate/support": "^5.5|^6.0" }, "require-dev": { "phpunit/phpunit": "^7.0" diff --git a/tests/UnicomponentTest.php b/tests/UnicomponentTest.php index c49e2d0..d35cb92 100644 --- a/tests/UnicomponentTest.php +++ b/tests/UnicomponentTest.php @@ -10,8 +10,8 @@ use PHPUnit\Framework\TestCase; use Reallyli\LaravelUnicomponent\Components\Pusher\Pusher; -use Reallyli\LaravelUnicomponent\UnicomponentServiceManager; use Reallyli\LaravelUnicomponent\Tests\Example\ExampleService; +use Reallyli\LaravelUnicomponent\UnicomponentServiceManager; class UnicomponentTest extends TestCase {