mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-30 03:37:54 +01:00
192078a540
* Upgrade PHPUnit * Update ScriptManagerTest.php * Update InitializerTest.php * Update GroupTaskTest.php * Update HostSelectorTest.php * Update DeployerTest.php
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "deployer/deployer",
|
|
"description": "Deployment Tool",
|
|
"license": "MIT",
|
|
"homepage": "https://deployer.org",
|
|
"support": {
|
|
"issues": "https://github.com/deployphp/deployer/issues",
|
|
"source": "https://github.com/deployphp/deployer",
|
|
"docs": "https://deployer.org/docs"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Anton Medvedev",
|
|
"email": "anton@medv.io"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Deployer\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Support/helpers.php",
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"bin": [
|
|
"bin/dep"
|
|
],
|
|
"require": {
|
|
"php": "~7.0",
|
|
"deployer/phar-update": "~2.0",
|
|
"pimple/pimple": "~3.0",
|
|
"symfony/console": "~2.7|~3.0",
|
|
"symfony/process": "~2.7|~3.0",
|
|
"symfony/yaml": "~2.7|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.4.3",
|
|
"symfony/finder": "~2.7|~3.0"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "7.0.8"
|
|
}
|
|
}
|
|
}
|