Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: ${VERSION}

maintainer: "Typist Tech Limited <opensource+${NAME}@typist.tech>"
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
Expand Down
Loading