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", 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.