Skip to content

Commit c5d2d45

Browse files
authored
Uppercase the C of Composer in description (#6)
1 parent e96b0c5 commit c5d2d45

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/composer-semver",
3-
"description": "Static linked CLI wrapper for composer/semver. Parsing and validating versions exactly like composer does without installing PHP.",
3+
"description": "Static linked CLI wrapper for composer/semver. Parsing and validating versions exactly like Composer does without installing PHP.",
44
"license": "MIT",
55
"type": "project",
66
"keywords": [

nfpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: ${VERSION}
88
maintainer: "Typist Tech Limited <[email protected]>"
99
description: |
1010
Static linked CLI wrapper for composer/semver.
11-
Parsing and validating versions exactly like composer does without installing PHP.
11+
Parsing and validating versions exactly like Composer does without installing PHP.
1212
homepage: "https://github.com/typisttech/composer-semver"
1313
license: MIT
1414
section: utils

0 commit comments

Comments
 (0)