mirror of
https://github.com/avency/Gitea.git
synced 2025-10-29 10:42:33 +01:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"name": "avency/gitea",
|
|
"description": "Gitea API",
|
|
"type": "library",
|
|
"homepage": "https://www.avency.de",
|
|
"license": ["MIT"],
|
|
"require": {
|
|
"php": "^7.2",
|
|
"guzzlehttp/guzzle": "~6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Avency\\Gitea\\": "Classes"
|
|
}
|
|
},
|
|
"extra": {
|
|
"neos": {
|
|
"package-key": "Avency.Gitea"
|
|
}
|
|
}
|
|
}
|