deployer/composer.json
2014-07-04 13:39:57 +04:00

33 lines
607 B
JSON

{
"name": "elfet/deployer",
"description": "Deployment Tool",
"license": "MIT",
"authors": [
{
"name": "Elfet",
"email": "anton@elfet.ru"
}
],
"autoload": {
"psr-4": {
"Deployer\\": "src/"
},
"files": [
"src/functions.php"
]
},
"bin": [
"bin/dep"
],
"require": {
"php": ">=5.4.0",
"symfony/finder": "~2.5",
"symfony/console": "~2.5",
"herzult/php-ssh": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
}
}