Skip to content

Commit dc36fc5

Browse files
authored
Add Laravel 11 support (#284)
1 parent 65f40ef commit dc36fc5

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '8.22'
2121
- '9.0'
2222
- '10.0'
23+
- '11.0.3'
2324
exclude:
2425
- php: '8.0'
2526
laravel: '9.0'

.idea/laravel-shopify.iml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-json": "*",
2929
"funeralzone/valueobjects": "^0.5",
3030
"jenssegers/agent": "^2.6",
31-
"laravel/framework": "^8.0 || ^9.0 || ^10.0",
31+
"laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0",
3232
"gnikyt/basic-shopify-api": "^9.0 || ^10.0 || ^11.0"
3333
},
3434
"require-dev": {

src/resources/config/shopify-app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
/*
551551
* Cache duration
552552
*/
553-
'cache_duration' => '12',
553+
'cache_duration' => 12,
554554
/*
555555
* At which levels of theme support the use of "theme app extension" is not available
556556
* and script tags will be installed.

0 commit comments

Comments
 (0)