magallanes/composer.json

15 lines
307 B
JSON
Raw Normal View History

2013-06-23 01:30:32 +02:00
{
2013-06-23 20:26:25 +02:00
"name": "andres-montanez/magallanes",
2013-06-23 01:30:32 +02:00
"description": "A Deployment Tool for PHP Applications",
"homepage": "http://magephp.com",
2013-06-23 20:26:25 +02:00
"license": "MIT",
2013-06-23 01:30:32 +02:00
"type": "library",
2013-12-18 02:42:06 +01:00
"keywords": ["deployment"],
2013-06-23 01:30:32 +02:00
"require": {
2013-06-23 20:30:09 +02:00
"php": ">=5.3"
},
"bin": [
"bin/mage"
]
}