:octocat:

This commit is contained in:
smiley
2023-06-21 16:09:55 +02:00
parent cf92e49958
commit 29841b097b
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
uses: ramsey/composer-install@v2
- name: "Run tests with phpunit"
run: php vendor/bin/phpunit --configuration=phpunit.xml.dist
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
- name: "Send code coverage report to Codecov.io"
uses: codecov/codecov-action@v3
+7 -2
View File
@@ -3,8 +3,7 @@
"description": "A QR code generator and reader with a user friendly API. PHP 7.4+",
"homepage": "https://github.com/chillerlan/php-qrcode",
"license": [
"MIT",
"Apache-2.0"
"MIT", "Apache-2.0"
],
"type": "library",
"keywords": [
@@ -33,6 +32,12 @@
"homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
}
],
"support": {
"docs": "https://chillerlan.github.io/php-qrcode",
"issues": "https://github.com/chillerlan/php-qrcode/issues",
"source": "https://github.com/chillerlan/php-qrcode",
"wiki": "https://github.com/chillerlan/php-qrcode/wiki"
},
"minimum-stability": "stable",
"prefer-stable": true,
"require": {