diff --git a/composer.json b/composer.json index 9600f12..a93394a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "typisttech/php-matrix", - "description": "List PHP versions that satisfy the given constraint.", + "description": "List PHP versions that satisfy the required PHP constraint in composer.json.", "license": "MIT", "type": "project", "keywords": [ diff --git a/nfpm.yaml b/nfpm.yaml index cbdcd97..730cff1 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -7,7 +7,7 @@ version: ${VERSION} maintainer: "Typist Tech Limited " description: | - List PHP versions that satisfy the given constraint. + List PHP versions that satisfy the required PHP constraint in composer.json. homepage: "https://github.com/typisttech/${NAME}" license: MIT section: utils