mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-22 16:27:39 +01:00
35 lines
683 B
JSON
35 lines
683 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",
|
|
"phpseclib/phpseclib": "0.3.*@dev",
|
|
"kherge/amend": "~3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~3.7"
|
|
}
|
|
}
|