46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
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"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.3.6"
|
|
}
|
|
},
|
|
"support": {
|
|
"forum": "https://github.com/Kanti/hub-updater/issues",
|
|
"issues": "https://github.com/Kanti/hub-updater/issues",
|
|
"source": "https://github.com/Kanti/hub-updater"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.6",
|
|
"composer/ca-bundle": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
"friendsofphp/php-cs-fixer": "1.*",
|
|
"sebastian/phpcpd": "2.*",
|
|
"codeclimate/php-test-reporter": "0.*",
|
|
"phpro/grumphp": "0.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kanti\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Kanti\\Test\\": "tests"
|
|
}
|
|
}
|
|
}
|