diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6fd92b8 --- /dev/null +++ b/composer.json @@ -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.*" + } +} \ No newline at end of file