Addng composer file
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
11
composer.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user