We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a761a commit 234b488Copy full SHA for 234b488
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typisttech/php-matrix",
3
- "description": "List PHP versions that satisfy the given constraint.",
+ "description": "List PHP versions that satisfy the required PHP constraint in composer.json.",
4
"license": "MIT",
5
"type": "project",
6
"keywords": [
nfpm.yaml
@@ -7,7 +7,7 @@ version: ${VERSION}
7
8
maintainer: "Typist Tech Limited <opensource+${NAME}@typist.tech>"
9
description: |
10
- List PHP versions that satisfy the given constraint.
+ List PHP versions that satisfy the required PHP constraint in composer.json.
11
homepage: "https://github.com/typisttech/${NAME}"
12
license: MIT
13
section: utils
0 commit comments