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:
parent
cadd36a576
commit
f0e1db50e4
12
composer.json
Normal file
12
composer.json
Normal 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.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user