You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
664 B
JSON
26 lines
664 B
JSON
{
|
|
"description": "A connector between Gitea and Packagist for auto-update",
|
|
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "~7.4 || ~8.0",
|
|
"ext-curl": "*",
|
|
"jrosset/envreader": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SiteWeb\\": "php/"
|
|
}
|
|
},
|
|
|
|
"readme": "README.md",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/GiteaPackagistConnector",
|
|
"license": "CC-BY-4.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julien Rosset",
|
|
"email": "jul.rosset@gmail.com"
|
|
}
|
|
]
|
|
}
|