This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-66
lines changed
Expand file tree Collapse file tree 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 66 strategy :
77 matrix :
88 php : ['8.0', '8.1']
9- laravel : [8.*, 9.*, 10.*]
9+ laravel : [9.*, 10.*]
1010 dependency-version : [prefer-stable]
1111 include :
1212 - laravel : 10.*
1313 testbench : 8.*
1414 - laravel : 9.*
1515 testbench : 7.*
16- - laravel : 8.*
17- testbench : 6.*
1816 exclude :
1917 - laravel : 10.*
2018 php : 8.0
4947 env :
5048 APP_ENV : testing
5149
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+
5253 - name : Run tests
5354 run : composer run test
5455 env :
Original file line number Diff line number Diff line change 11{
22 "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 ." ,
44 "license" : " MIT" ,
55 "keywords" : [
66 " fpdf" ,
1818 "source" : " https://github.com/codedge/laravel-fpdf"
1919 },
2020 "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"
2323 },
2424 "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"
2728 },
2829 "minimum-stability" : " dev" ,
2930 "prefer-stable" : true ,
3839 }
3940 },
4041 "config" : {
41- "allow-plugins" : [],
42+ "allow-plugins" : {
43+ "ergebnis/composer-normalize" : true
44+ },
4245 "sort-packages" : true
4346 },
4447 "extra" : {
You can’t perform that action at this time.
0 commit comments