From 67d1ae6020c2cafa62389ce700c48a8971d16b8e Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 28 Jun 2022 10:38:28 +0100 Subject: [PATCH] replace coveralls library; change license to be gpl-2 only to keep composer happy --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c7612059..3e6b14a2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "postfixadmin/postfixadmin", "description": "web based administration interface for Postfix mail servers", "type": "project", - "license": "GPL-2.0", + "license": "GPL-2.0-ONLY", "scripts": { "build" : [ "@check-format", @@ -26,8 +26,8 @@ "ext-sqlite3": "*", "friendsofphp/php-cs-fixer": "^2.19", "php-parallel-lint/php-parallel-lint": "^1.0", + "php-coveralls/php-coveralls" : "*", "php": ">7.2.0", - "cedx/coveralls": "^11.0", "phpunit/phpunit": "8.*", "vimeo/psalm":"^4.0", "shardj/zf1-future" : "^1.12"