From 1a0dc42e5477962ff38318d6ffbf48a9a4c95b6b Mon Sep 17 00:00:00 2001 From: jsitsolutions <49265673+jsitsolutions@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:56:22 +0000 Subject: [PATCH 1/2] Update composer.json Allowed Laravel 11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a27bd10..7e557e0 100644 --- a/composer.json +++ b/composer.json @@ -13,10 +13,10 @@ "require": { "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^7.2", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/http": "^8.0|^9.0|^10.0", - "illuminate/routing": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0" + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "illuminate/http": "^8.0|^9.0|^10.0|^11.0", + "illuminate/routing": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", From 87570fb87c35a34ce85457702d553eba33f3eccd Mon Sep 17 00:00:00 2001 From: jsitsolutions Date: Tue, 12 Mar 2024 16:16:01 +0000 Subject: [PATCH 2/2] Apply php-cs-fixer changes --- config/shopify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/shopify.php b/config/shopify.php index 29d3d16..6f203af 100644 --- a/config/shopify.php +++ b/config/shopify.php @@ -26,7 +26,7 @@ /* * The webhook secret provider to use. */ - 'secret_provider' => \Signifly\Shopify\Webhooks\ConfigSecretProvider::class, + 'secret_provider' => Signifly\Shopify\Webhooks\ConfigSecretProvider::class, /* * The shopify webhook secret.