diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5fcaf45d9..484b56b16 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/composer.json b/composer.json index 886416176..c93df462b 100644 --- a/composer.json +++ b/composer.json @@ -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": {