1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

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
composer.json Normal file
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.*"
}
}