changed to cyberhouse namespace

This commit is contained in:
Johannes Pichler 2016-03-02 20:33:58 +01:00
parent 7aa17cae32
commit 05f07474eb
2 changed files with 31 additions and 1 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.{json,lock,yml,less,scss,sass}]
indent_size = 2

View file

@ -1,9 +1,27 @@
{
"name": "andres-montanez/magallanes",
"name": "cyberhouse/magallanes",
"description": "A Deployment Tool for PHP Applications",
"homepage": "http://magephp.com",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Andrés Montañez",
"role": "Developer"
},
{
"name": "Johannes Pichler",
"email": "johannes.pichler@cyberhouse.at",
"homepage": "https://www.cyberhouse.at",
"role": "Developer"
},
{
"name": "Georg Großberger",
"email": "georg.grossberger@cyberhouse.ats",
"homepage": "https://www.cyberhouse.at",
"role": "Developer"
}
],
"keywords": ["deployment"],
"require": {
"php": ">=5.3"