mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
Updated the composer.json file with my information
This commit is contained in:
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"description": "Gitea client library.",
|
"description": "Gitea client library.",
|
||||||
"homepage": "https://dev.sabcomputer.com/gitea.php",
|
"homepage": "https://github.com/mooror/gitea.php",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"name": "sab-international/gitea",
|
"name": "sitelease/gitea-php",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"authors": [
|
"authors": [
|
||||||
{"email": "contact@sabcomputer.com", "name": "SAB International", "homepage": "http://www.sabcomputer.com"},
|
{"email": "contact@sabcomputer.com", "name": "SAB International", "homepage": "http://www.sabcomputer.com"},
|
||||||
{"email": "cedric@belin.io", "name": "Cédric Belin", "homepage": "https://belin.io"}
|
{"email": "cedric@belin.io", "name": "Cédric Belin", "homepage": "https://belin.io"},
|
||||||
|
{"email": "ben@sitelease.ca", "name": "Benjamin Blake", "homepage": "https://www.sitelease.ca"}
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {"Gitea\\": "src/"}
|
"psr-4": {"Gitea\\": "src/"}
|
||||||
@ -45,7 +46,7 @@
|
|||||||
"test": "robo test"
|
"test": "robo test"
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"docs": "https://dev.sabcomputer.com/gitea.php/api",
|
"docs": "https://github.com/mooror/gitea.php",
|
||||||
"issues": "https://github.com/sab-international/gitea.php/issues"
|
"issues": "https://github.com/mooror/gitea.php/issues"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user