Skip to content

Commit

Permalink
Merge pull request #58 from jsitsolutions/master
Browse files Browse the repository at this point in the history
Allow installation on Laravel 11
  • Loading branch information
Razorsheep authored Apr 17, 2024
2 parents 1ac02bb + 87570fb commit 5467603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion config/shopify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5467603

Please sign in to comment.