magallanes/composer.json
2014-12-28 14:53:03 +01:00

22 lines
490 B
JSON

{
"name": "andres-montanez/magallanes",
"description": "A Deployment Tool for PHP Applications",
"homepage": "http://magephp.com",
"license": "MIT",
"type": "library",
"keywords": ["deployment"],
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": {
"Mage\\": "./Mage",
"Task\\": "../../../.mage/tasks",
"Command\\": "../../../.mage/commands"
}
},
"bin": [
"bin/mage"
]
}