Addng composer file

This commit is contained in:
Erik Amaru Ortiz
2013-08-21 11:49:25 -04:00
parent 32e8f4be11
commit 79be161da4
2 changed files with 14 additions and 1 deletions

4
.gitignore vendored
View File

@@ -5,7 +5,6 @@ workflow/engine/content/languages/translations.environments
*~ *~
workflow/engine/js/labels/ workflow/engine/js/labels/
workflow/public_html/files/ workflow/public_html/files/
.nfs*
.buildpath .buildpath
.project .project
.settings .settings
@@ -20,3 +19,6 @@ workflow/engine/gulliver
workflow/public_html/index.html workflow/public_html/index.html
.DS_Store .DS_Store
.idea .idea
composer.phar
composer.lock
vendor/

11
composer.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "processmaker/processmaker",
"description": "BPM PHP Software",
"keywords": ["php bpm processmaker"],
"homepage": "http://processmaker.com",
"license": "GNU Affero General Public License version 3",
"require": {
"luracast/restler" : "3.0.0"
}
}