mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 11:02:30 +01:00
Updated the composer.json file with my information
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
{
|
||||
"description": "Gitea client library.",
|
||||
"homepage": "https://dev.sabcomputer.com/gitea.php",
|
||||
"homepage": "https://github.com/mooror/gitea.php",
|
||||
"license": "MIT",
|
||||
"name": "sab-international/gitea",
|
||||
"name": "sitelease/gitea-php",
|
||||
"type": "library",
|
||||
"authors": [
|
||||
{"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": {
|
||||
"psr-4": {"Gitea\\": "src/"}
|
||||
@ -45,7 +46,7 @@
|
||||
"test": "robo test"
|
||||
},
|
||||
"support": {
|
||||
"docs": "https://dev.sabcomputer.com/gitea.php/api",
|
||||
"issues": "https://github.com/sab-international/gitea.php/issues"
|
||||
"docs": "https://github.com/mooror/gitea.php",
|
||||
"issues": "https://github.com/mooror/gitea.php/issues"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user