mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 15:37:51 +00:00
:octocat:
This commit is contained in:
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user