From e467a41d8788d62f89cb546c2a3a6569e25c45b5 Mon Sep 17 00:00:00 2001 From: Di Date: Tue, 28 Dec 2021 21:26:12 +0100 Subject: [PATCH 1/2] Apply fixes from StyleCI (#59) --- tests/EndpointBlocksTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EndpointBlocksTest.php b/tests/EndpointBlocksTest.php index 43cdf6a..eb353cc 100644 --- a/tests/EndpointBlocksTest.php +++ b/tests/EndpointBlocksTest.php @@ -17,8 +17,8 @@ use FiveamCode\LaravelNotionApi\Entities\Blocks\Toggle; use FiveamCode\LaravelNotionApi\Entities\Blocks\Video; use FiveamCode\LaravelNotionApi\Entities\Collections\BlockCollection; -use FiveamCode\LaravelNotionApi\Exceptions\NotionException; use FiveamCode\LaravelNotionApi\Exceptions\HandlingException; +use FiveamCode\LaravelNotionApi\Exceptions\NotionException; use Illuminate\Support\Facades\Http; use Notion; From 353a70b288d94e07d3206d202d1223a075aca1ec Mon Sep 17 00:00:00 2001 From: treonde Date: Tue, 15 Mar 2022 12:39:05 +0200 Subject: [PATCH 2/2] Allow v9 of illuminate/support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a535f9a..a2b6c2e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require": { "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^7.0.1", - "illuminate/support": "^8.0" + "illuminate/support": "^8.0|^9.0" }, "require-dev": { "orchestra/testbench": "^6.0",