mirror of
https://github.com/avency/Gitea.git
synced 2025-10-29 10:42:33 +01:00
feat: Create package
Creates the package
This commit is contained in:
21
composer.json
Normal file
21
composer.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user