File tree 4 files changed +13
-66
lines changed
4 files changed +13
-66
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
php : ['8.0', '8.1']
9
- laravel : [8.*, 9.*, 10.*]
9
+ laravel : [9.*, 10.*]
10
10
dependency-version : [prefer-stable]
11
11
include :
12
12
- laravel : 10.*
13
13
testbench : 8.*
14
14
- laravel : 9.*
15
15
testbench : 7.*
16
- - laravel : 8.*
17
- testbench : 6.*
18
16
exclude :
19
17
- laravel : 10.*
20
18
php : 8.0
49
47
env :
50
48
APP_ENV : testing
51
49
50
+ - name : Normalize composer.json
51
+ run : composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
52
+
52
53
- name : Run tests
53
54
run : composer run test
54
55
env :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codedge/laravel-fpdf" ,
3
- "description" : " Laravel package to include Fpdf. It ships with Fpdf 1.84 ." ,
3
+ "description" : " Laravel package to include Fpdf. It ships with Fpdf 1.85 ." ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [
6
6
" fpdf" ,
18
18
"source" : " https://github.com/codedge/laravel-fpdf"
19
19
},
20
20
"require" : {
21
- "php" : " ^ 8.0 || ^ 8.1" ,
22
- "illuminate/support" : " ^8 .0 || ^9.0| ^10.0"
21
+ "php" : " ~ 8.0 || ~ 8.1" ,
22
+ "illuminate/support" : " ^9 .0 || ^10.0"
23
23
},
24
24
"require-dev" : {
25
- "orchestra/testbench" : " ^6.25.1|^8.0" ,
26
- "phpunit/phpunit" : " ^9.6.0|^9.5.10"
25
+ "ergebnis/composer-normalize" : " ^2.29" ,
26
+ "orchestra/testbench" : " ^6.25.1 || ^8.0" ,
27
+ "phpunit/phpunit" : " ^9.6.0"
27
28
},
28
29
"minimum-stability" : " dev" ,
29
30
"prefer-stable" : true ,
38
39
}
39
40
},
40
41
"config" : {
41
- "allow-plugins" : [],
42
+ "allow-plugins" : {
43
+ "ergebnis/composer-normalize" : true
44
+ },
42
45
"sort-packages" : true
43
46
},
44
47
"extra" : {
You can’t perform that action at this time.
0 commit comments