mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
34 lines
693 B
JSON
34 lines
693 B
JSON
{
|
|
"name": "elfet/deployer",
|
|
"description": "Deployment Tool",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Anton Medvedev",
|
|
"email": "anton@elfet.ru"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Deployer\\": "src/"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/dep"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
|
|
"symfony/finder": "~2.6",
|
|
"symfony/console": "~2.6",
|
|
"symfony/process": "~2.6",
|
|
"elfet/php-ssh": "~1.0",
|
|
"elfet/pure": "~1.1",
|
|
"phpseclib/phpseclib": "0.3.*@dev",
|
|
"kherge/amend": "~3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4"
|
|
}
|
|
}
|