File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 32
32
"homepage" :" https://github.com/chillerlan/php-qrcode/graphs/contributors"
33
33
}
34
34
],
35
+ "funding" : [
36
+ {
37
+ "type" : " Ko-Fi" ,
38
+ "url" : " https://ko-fi.com/codemasher"
39
+ }
40
+ ],
35
41
"support" : {
36
42
"docs" : " https://php-qrcode.readthedocs.io" ,
37
43
"issues" : " https://github.com/chillerlan/php-qrcode/issues" ,
45
51
"chillerlan/php-settings-container" : " ^2.1.6 || ^3.2.1"
46
52
},
47
53
"require-dev" : {
54
+ "ext-fileinfo" : " *" ,
48
55
"chillerlan/php-authenticator" : " ^4.3.1 || ^5.2.1" ,
49
56
"dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
50
57
"phan/phan" : " ^5.4" ,
62
69
},
63
70
"autoload" : {
64
71
"psr-4" : {
65
- "chillerlan\\ QRCode\\ " : " src/ "
72
+ "chillerlan\\ QRCode\\ " : " src"
66
73
}
67
74
},
68
75
"autoload-dev" : {
69
76
"psr-4" : {
70
- "chillerlan\\ QRCodeTest\\ " : " tests/ "
77
+ "chillerlan\\ QRCodeTest\\ " : " tests"
71
78
}
72
79
},
73
80
"scripts" : {
Original file line number Diff line number Diff line change 8
8
>
9
9
<testsuites >
10
10
<testsuite name =" php-qrcode test suite" >
11
- <directory >./ tests/ </directory >
12
- <exclude >./ tests/Performance</exclude >
11
+ <directory >tests</directory >
12
+ <exclude >tests/Performance</exclude >
13
13
</testsuite >
14
14
</testsuites >
15
15
<coverage processUncoveredFiles =" true" >
16
16
<include >
17
- <directory >./ src</directory >
17
+ <directory >src</directory >
18
18
</include >
19
19
<report >
20
20
<clover outputFile =" .build/coverage/clover.xml" />
You can’t perform that action at this time.
0 commit comments