File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 54
54
"require-dev" : {
55
55
"ext-fileinfo" : " *" ,
56
56
"chillerlan/php-authenticator" : " ^5.2.1" ,
57
- "intervention/image" : " ^3.7 " ,
58
- "phpbench/phpbench" : " ^1.2.15 " ,
59
- "phpunit/phpunit" : " ^11.2 " ,
57
+ "intervention/image" : " ^3.8 " ,
58
+ "phpbench/phpbench" : " ^1.3 " ,
59
+ "phpunit/phpunit" : " ^11.3 " ,
60
60
"phpmd/phpmd" : " ^2.15" ,
61
- "phpstan/phpstan" : " ^1.11 " ,
61
+ "phpstan/phpstan" : " ^1.12 " ,
62
62
"phpstan/phpstan-deprecation-rules" : " ^1.2" ,
63
63
"setasign/fpdf" : " ^1.8.2" ,
64
64
"slevomat/coding-standard" : " ^8.15" ,
72
72
},
73
73
"autoload" : {
74
74
"psr-4" : {
75
- "chillerlan\\ QRCode\\ " : " src/ "
75
+ "chillerlan\\ QRCode\\ " : " src"
76
76
}
77
77
},
78
78
"autoload-dev" : {
79
79
"psr-4" : {
80
- "chillerlan\\ QRCodeBenchmark\\ " : " benchmark/ " ,
81
- "chillerlan\\ QRCodeTest\\ " : " tests/ "
80
+ "chillerlan\\ QRCodeBenchmark\\ " : " benchmark" ,
81
+ "chillerlan\\ QRCodeTest\\ " : " tests"
82
82
}
83
83
},
84
84
"scripts" : {
You can’t perform that action at this time.
0 commit comments