File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,15 @@ jobs:
13
13
- ' 7.2'
14
14
- ' 7.3'
15
15
- ' 7.4'
16
+ - ' 8.0'
16
17
laravel :
17
- - ' 5.8'
18
- - ' 6.0'
19
18
- ' 7.0'
20
- - ' 8.0 '
19
+ - ' 8.22 '
21
20
exclude :
22
- - php : ' 7.4'
23
- laravel : ' 5.8'
24
21
- php : ' 7.2'
25
- laravel : ' 8.0'
22
+ laravel : ' 8.22'
23
+ - php : ' 8.0'
24
+ laravel : ' 7.0'
26
25
27
26
name : PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
28
27
41
40
run : composer validate --strict
42
41
43
42
- name : Install Laravel legacy factories support
44
- if : matrix.laravel == '8.0 '
43
+ if : matrix.laravel == '8.22 '
45
44
run : composer require "laravel/legacy-factories:^1.0" --no-interaction --no-update
46
45
47
46
- name : Install Laravel and Orchestra Testbench
62
61
run : vendor/bin/phpunit
63
62
64
63
- name : Upload coverage results
65
- if : matrix.php == '7.4 ' && matrix.laravel == '8.0 '
64
+ if : matrix.php == '8.22 ' && matrix.laravel == '8.22 '
66
65
env :
67
66
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
67
run : |
Original file line number Diff line number Diff line change 7
7
8
8
----
9
9
10
- A full-featured Laravel package for aiding in Shopify App development, similar to ` shopify_app ` for Rails. Works for Laravel 5.6+
10
+ A full-featured Laravel package for aiding in Shopify App development, similar to ` shopify_app ` for Rails. Works for Laravel 7 and up.
11
11
12
12
![ Screenshot] ( https://github.com/osiset/laravel-shopify/raw/master/screenshot.png )
13
13
![ Screenshot: Billable] ( https://github.com/osiset/laravel-shopify/raw/master/screenshot-billable.png )
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " >=7.2" ,
19
19
"doctrine/dbal" : " ~2.5" ,
20
- "funeralzone/valueobjects" : " ^0.4. 5" ,
20
+ "funeralzone/valueobjects" : " ^0.5" ,
21
21
"jenssegers/agent" : " ^2.6" ,
22
- "laravel/framework" : " ~5.8 || ^6.0 || ^7.0 || ^8.0" ,
22
+ "laravel/framework" : " ^7.0 || ^8.0" ,
23
23
"osiset/basic-shopify-api" : " ^9.0 || ^10.0"
24
24
},
25
25
"require-dev" : {
You can’t perform that action at this time.
0 commit comments