smiley 2 лет назад
Родитель
Сommit
29841b097b
2 измененных файлов с 8 добавлено и 3 удалено
  1. 1 1
      .github/workflows/tests.yml
  2. 7 2
      composer.json

+ 1 - 1
.github/workflows/tests.yml

@@ -115,7 +115,7 @@ jobs:
         uses: ramsey/composer-install@v2
         uses: ramsey/composer-install@v2
 
 
       - name: "Run tests with phpunit"
       - 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"
       - name: "Send code coverage report to Codecov.io"
         uses: codecov/codecov-action@v3
         uses: codecov/codecov-action@v3

+ 7 - 2
composer.json

@@ -3,8 +3,7 @@
 	"description": "A QR code generator and reader with a user friendly API. PHP 7.4+",
 	"description": "A QR code generator and reader with a user friendly API. PHP 7.4+",
 	"homepage": "https://github.com/chillerlan/php-qrcode",
 	"homepage": "https://github.com/chillerlan/php-qrcode",
 	"license": [
 	"license": [
-		"MIT",
-		"Apache-2.0"
+		"MIT", "Apache-2.0"
 	],
 	],
 	"type": "library",
 	"type": "library",
 	"keywords": [
 	"keywords": [
@@ -33,6 +32,12 @@
 			"homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
 			"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",
 	"minimum-stability": "stable",
 	"prefer-stable": true,
 	"prefer-stable": true,
 	"require": {
 	"require": {