mirror of https://github.com/hauke68/Magallanes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
725 B
32 lines
725 B
8 years ago
|
{
|
||
|
"name": "andres-montanez/magallanes",
|
||
|
"description": "A Deployment Tool for PHP Applications",
|
||
|
"homepage": "http://magephp.com",
|
||
|
"license": "MIT",
|
||
|
"type": "library",
|
||
|
"keywords": ["deployment"],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Andrés Montañez",
|
||
|
"email": "andresmontanez@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.5.9",
|
||
|
"monolog/monolog": "^1.0",
|
||
|
"symfony/console": "^3.0",
|
||
|
"symfony/filesystem": "^3.0",
|
||
|
"symfony/finder": "^3.0",
|
||
|
"symfony/yaml": "^3.0",
|
||
|
"symfony/process": "^3.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\": "src/Symfony/Component/"
|
||
|
},
|
||
|
"psr-0": { "": "src/" },
|
||
|
"exclude-from-classmap": [
|
||
|
"**/Tests/"
|
||
|
]
|
||
|
}
|
||
|
}
|