Commit b4e1290 1 parent f0dd81e commit b4e1290 Copy full SHA for b4e1290
File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 18
18
normalize : [ false ]
19
19
validate : [ false ]
20
20
laravel :
21
- - ' 7.0'
22
21
- ' 8.22'
23
22
- ' 9.0'
24
23
exclude :
25
- - php : ' 7.2'
26
- laravel : ' 8.22'
27
- - php : ' 7.2'
28
- laravel : ' 9.0'
29
24
- php : ' 7.3'
30
25
laravel : ' 9.0'
31
26
- php : ' 7.4'
63
58
if : matrix.laravel != '7.0'
64
59
run : composer require "laravel/legacy-factories:^1.1" --dev --no-interaction --no-update
65
60
66
- - name : Install Laravel and Orchestra Testbench
67
- run : composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-update
61
+ # - name: Install Laravel and Orchestra Testbench
62
+ # run: composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-update
68
63
69
64
- name : Allow composer-normalize plugin
70
65
run : composer config allow-plugins.ergebnis/composer-normalize true
Original file line number Diff line number Diff line change 24
24
}
25
25
],
26
26
"require" : {
27
- "php" : " >=7.2 " ,
27
+ "php" : " ^7.3 || ^8.0 || 8.1 " ,
28
28
"ext-json" : " *" ,
29
29
"funeralzone/valueobjects" : " ^0.5" ,
30
30
"jenssegers/agent" : " ^2.6" ,
You can’t perform that action at this time.
0 commit comments