2013-07-11 15:47:09 +04:00
|
|
|
{
|
2015-01-17 15:17:17 +03:00
|
|
|
"name": "deployer/deployer",
|
2013-07-11 15:47:09 +04:00
|
|
|
"description": "Deployment Tool",
|
|
|
|
"license": "MIT",
|
2016-11-05 14:14:40 +07:00
|
|
|
"homepage": "https://deployer.org",
|
2015-06-18 12:47:57 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/deployphp/deployer/issues",
|
|
|
|
"source": "https://github.com/deployphp/deployer",
|
2016-11-05 14:14:40 +07:00
|
|
|
"docs": "https://deployer.org/docs"
|
2015-06-18 12:47:57 +02:00
|
|
|
},
|
2013-07-11 15:47:09 +04:00
|
|
|
"authors": [
|
|
|
|
{
|
2014-11-29 22:36:19 +03:00
|
|
|
"name": "Anton Medvedev",
|
2016-01-11 12:51:59 +07:00
|
|
|
"email": "anton@medv.io"
|
2013-07-11 15:47:09 +04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
2014-07-04 12:17:41 +04:00
|
|
|
"psr-4": {
|
2015-02-20 15:14:38 +03:00
|
|
|
"Deployer\\": "src/"
|
2017-02-14 14:28:22 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
2013-07-11 15:47:09 +04:00
|
|
|
},
|
2014-07-04 12:17:41 +04:00
|
|
|
"bin": [
|
|
|
|
"bin/dep"
|
|
|
|
],
|
2013-07-11 15:47:09 +04:00
|
|
|
"require": {
|
2017-03-16 11:26:43 +07:00
|
|
|
"php": "~7.0",
|
2016-03-19 21:40:40 +07:00
|
|
|
"elfet/pure": "~2.0",
|
2017-02-16 08:50:44 +01:00
|
|
|
"monolog/monolog": "^1.21",
|
2016-08-05 11:37:30 +03:00
|
|
|
"pimple/pimple": "~3.0",
|
2017-03-16 15:40:35 +07:00
|
|
|
"symfony/console": "~2.7|~3.0",
|
|
|
|
"symfony/finder": "~2.7|~3.0",
|
|
|
|
"symfony/process": "~2.7|~3.0",
|
|
|
|
"symfony/yaml": "~2.7|~3.0"
|
2013-07-11 15:47:09 +04:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-03-16 11:07:45 +07:00
|
|
|
"phpunit/phpunit": "~6.0"
|
2015-01-16 14:23:27 +03:00
|
|
|
},
|
|
|
|
"suggest": {
|
2017-03-13 15:18:58 +07:00
|
|
|
"deployer/phar-update": "~2.0"
|
2017-02-16 08:50:44 +01:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
2015-02-17 12:38:28 +03:00
|
|
|
}
|
2013-07-11 15:47:09 +04:00
|
|
|
}
|