sf-static/flblog/system/vendor/kanti/hub-updater/composer.json
2023-02-28 19:21:07 +01:00

38 lines
969 B
JSON

{
"name": "kanti/hub-updater",
"description": "Simple Github Updater for Web Projects",
"license": "GPL-2.0",
"authors": [
{
"name": "Kanti",
"email": "git@kanti.de",
"homepage": "https://kanti.de",
"role": "Developer"
}
],
"support": {
"forum": "https://github.com/Kanti/hub-updater/issues",
"issues": "https://github.com/Kanti/hub-updater/issues",
"source": "https://github.com/Kanti/hub-updater"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "*",
"sebastian/phpcpd": "*",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"Kanti\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Kanti\\Test\\": "tests"
}
}
}