Add composer configuration.

This commit is contained in:
Andrés Montañez
2013-06-22 20:30:32 -03:00
parent cadd36a576
commit f0e1db50e4
+12
View File
@@ -0,0 +1,12 @@
{
"name": "andres-montanez/magallanes",
"description": "A Deployment Tool for PHP Applications",
"homepage": "http://magephp.com",
"license", "MIT",
"type": "library",
"keywords": "deployment",
"version": "0.9.14",
"require": {
"php": ">=5.3.*"
}
}