File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed
Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+ 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 },
You can’t perform that action at this time.
0 commit comments