File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
uses : ramsey/composer-install@v2
116
116
117
117
- name : " Run tests with phpunit"
118
- run : php vendor/bin/phpunit --configuration=phpunit.xml.dist
118
+ run : php vendor/bin/phpunit --colors=always -- configuration=phpunit.xml.dist
119
119
120
120
- name : " Send code coverage report to Codecov.io"
121
121
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 3
3
"description" : " A QR code generator and reader with a user friendly API. PHP 7.4+" ,
4
4
"homepage" : " https://github.com/chillerlan/php-qrcode" ,
5
5
"license" : [
6
- " MIT" ,
7
- " Apache-2.0"
6
+ " MIT" , " Apache-2.0"
8
7
],
9
8
"type" : " library" ,
10
9
"keywords" : [
33
32
"homepage" :" https://github.com/chillerlan/php-qrcode/graphs/contributors"
34
33
}
35
34
],
35
+ "support" : {
36
+ "docs" : " https://chillerlan.github.io/php-qrcode" ,
37
+ "issues" : " https://github.com/chillerlan/php-qrcode/issues" ,
38
+ "source" : " https://github.com/chillerlan/php-qrcode" ,
39
+ "wiki" : " https://github.com/chillerlan/php-qrcode/wiki"
40
+ },
36
41
"minimum-stability" : " stable" ,
37
42
"prefer-stable" : true ,
38
43
"require" : {
You can’t perform that action at this time.
0 commit comments