Skip to content

Commit

Permalink
Add Laravel 11 support (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecbay authored Apr 2, 2024
1 parent 65f40ef commit dc36fc5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '8.22'
- '9.0'
- '10.0'
- '11.0.3'
exclude:
- php: '8.0'
laravel: '9.0'
Expand Down
1 change: 1 addition & 0 deletions .idea/laravel-shopify.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ext-json": "*",
"funeralzone/valueobjects": "^0.5",
"jenssegers/agent": "^2.6",
"laravel/framework": "^8.0 || ^9.0 || ^10.0",
"laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"gnikyt/basic-shopify-api": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/config/shopify-app.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
/*
* Cache duration
*/
'cache_duration' => '12',
'cache_duration' => 12,
/*
* At which levels of theme support the use of "theme app extension" is not available
* and script tags will be installed.
Expand Down

0 comments on commit dc36fc5

Please sign in to comment.