magallanes/composer.json
2013-09-23 15:31:26 +02:00

15 lines
305 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"
},
"bin": [
"bin/mage"
]
}