Skip to content

Commit d1725d3

Browse files
authored
manifest maintenance (#125)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a52ab0d commit d1725d3

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

.github/FUNDING.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
2+
3+
github:
4+
# author & current maintainer
5+
- jkowalleck
6+

composer.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
{
22
"name": "package-url/packageurl-php",
3-
"description": "A parser and builder based on the package url spec.",
3+
"description": "Builder and parser based on the package URL (purl) specification.",
44
"license": "MIT",
55
"keywords": [
66
"package-url",
7-
"package",
8-
"url",
97
"packageurl",
10-
"purl"
8+
"purl",
9+
"package",
10+
"url"
1111
],
1212
"readme": "README.md",
1313
"authors": [
1414
{
1515
"name": "Jan Kowalleck",
16-
"role": "Developer"
16+
"email": "[email protected]",
17+
"homepage": "https://github.com/jkowalleck"
1718
}
1819
],
19-
"homepage": "https://github.com/package-url/packageurl-php",
20+
"homepage": "https://github.com/package-url/packageurl-php#readme",
2021
"support": {
2122
"issues": "https://github.com/package-url/packageurl-php/issues"
2223
},
24+
"funding": [
25+
{
26+
"type": "github",
27+
"url": "https://github.com/sponsors/jkowalleck"
28+
}
29+
],
2330
"require": {
2431
"php": "^7.3 || ^8.0"
2532
},

0 commit comments

Comments
 (0)