Skip to content

Commit 29841b0

Browse files
committed
:octocat:
1 parent cf92e49 commit 29841b0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: ramsey/composer-install@v2
116116

117117
- 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
119119

120120
- name: "Send code coverage report to Codecov.io"
121121
uses: codecov/codecov-action@v3

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"description": "A QR code generator and reader with a user friendly API. PHP 7.4+",
44
"homepage": "https://github.com/chillerlan/php-qrcode",
55
"license": [
6-
"MIT",
7-
"Apache-2.0"
6+
"MIT", "Apache-2.0"
87
],
98
"type": "library",
109
"keywords": [
@@ -33,6 +32,12 @@
3332
"homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
3433
}
3534
],
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+
},
3641
"minimum-stability": "stable",
3742
"prefer-stable": true,
3843
"require": {

0 commit comments

Comments
 (0)