Skip to content

Commit 234b488

Browse files
authored
nfpm & Composer: Update description (#81)
* nfpm: Update description * Composer: Update description
1 parent f5a761a commit 234b488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typisttech/php-matrix",
3-
"description": "List PHP versions that satisfy the given constraint.",
3+
"description": "List PHP versions that satisfy the required PHP constraint in composer.json.",
44
"license": "MIT",
55
"type": "project",
66
"keywords": [

nfpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: ${VERSION}
77

88
maintainer: "Typist Tech Limited <opensource+${NAME}@typist.tech>"
99
description: |
10-
List PHP versions that satisfy the given constraint.
10+
List PHP versions that satisfy the required PHP constraint in composer.json.
1111
homepage: "https://github.com/typisttech/${NAME}"
1212
license: MIT
1313
section: utils

0 commit comments

Comments
 (0)