2013-08-21 11:49:25 -04:00
|
|
|
{
|
2017-08-04 09:23:12 -04:00
|
|
|
"name": "processmaker/processmaker",
|
|
|
|
|
"description": "BPM PHP Software",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"php bpm processmaker"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "http://processmaker.com",
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
|
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "composer",
|
|
|
|
|
"url": "https://packagist.org/"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/pmdynaform.git"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/michelangelofe.git"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/pmui.git"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"prefer-stable": true,
|
|
|
|
|
"require": {
|
2019-06-25 08:17:57 -04:00
|
|
|
"php": ">=7.1",
|
2019-06-26 13:56:49 -04:00
|
|
|
"laravel/framework": "5.7.*",
|
2017-08-04 09:23:12 -04:00
|
|
|
"luracast/restler": "^3.0",
|
|
|
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
2018-11-29 12:23:57 -04:00
|
|
|
"colosa/pmUI": "release/3.3.1-dev",
|
|
|
|
|
"colosa/MichelangeloFE": "release/3.3.1-dev",
|
|
|
|
|
"colosa/pmdynaform": "release/3.3.1-dev",
|
2017-08-04 09:23:12 -04:00
|
|
|
"google/apiclient": "1.1.6",
|
|
|
|
|
"dapphp/securimage": "^3.6",
|
2018-10-30 10:15:30 -04:00
|
|
|
"psr/log": "1.0.0",
|
2017-08-04 15:17:01 -04:00
|
|
|
"monolog/monolog": "1.19.0",
|
|
|
|
|
"geshi/geshi": "dev-master",
|
|
|
|
|
"libchart/libchart": "1.4.0",
|
2019-05-06 09:46:51 -04:00
|
|
|
"phpmailer/phpmailer": "5.2.27",
|
2017-08-04 15:17:01 -04:00
|
|
|
"pear/archive_tar": "1.4.*",
|
2017-08-23 10:45:16 -04:00
|
|
|
"pear/console_getopt": "1.4.*",
|
2019-06-25 08:17:57 -04:00
|
|
|
"typo3/class-alias-loader": "^1.0",
|
2017-12-04 13:25:35 +00:00
|
|
|
"ralouphie/getallheaders": "^2.0",
|
2018-01-15 12:00:22 +00:00
|
|
|
"smarty/smarty": "2.6.30",
|
2018-10-30 10:15:30 -04:00
|
|
|
"pdepend/pdepend": "@stable",
|
2019-04-25 13:47:21 -07:00
|
|
|
"chumper/zipper": "^1.0",
|
2019-07-22 11:24:00 -04:00
|
|
|
"php-imap/php-imap": "^3.0",
|
2019-04-25 13:47:21 -07:00
|
|
|
"nikic/php-parser": "3.1.5",
|
|
|
|
|
"laravel/tinker": "^1.0"
|
2013-12-16 16:08:39 -04:00
|
|
|
},
|
2017-08-04 09:23:12 -04:00
|
|
|
"require-dev": {
|
2017-12-04 13:25:35 +00:00
|
|
|
"fzaninotto/faker": "^1.7",
|
2018-11-29 12:23:57 -04:00
|
|
|
"guzzlehttp/guzzle": "^6.3",
|
2017-08-10 21:59:01 -04:00
|
|
|
"phpunit/phpunit": "~5.7",
|
2019-06-25 08:17:57 -04:00
|
|
|
"filp/whoops": "~2.0",
|
2017-07-04 16:51:24 -04:00
|
|
|
"behat/behat": "^3.3",
|
2017-08-22 14:31:47 -04:00
|
|
|
"behat/mink-selenium2-driver": "^1.3",
|
|
|
|
|
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
|
|
|
|
|
"wimg/php-compatibility": "*"
|
2016-07-15 13:41:36 -04:00
|
|
|
},
|
2017-08-04 09:23:12 -04:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-0": {
|
|
|
|
|
"ProcessMaker\\": "workflow/engine/src"
|
|
|
|
|
},
|
|
|
|
|
"psr-4": {
|
2019-07-22 12:01:03 -04:00
|
|
|
"App\\": "app/",
|
2018-10-30 10:15:30 -04:00
|
|
|
"Maveriks\\": "framework/src/Maveriks/",
|
|
|
|
|
"Tests\\": "tests/"
|
2017-08-04 09:23:12 -04:00
|
|
|
},
|
|
|
|
|
"classmap": [
|
|
|
|
|
"gulliver/system/",
|
|
|
|
|
"thirdparty/propel",
|
|
|
|
|
"thirdparty/creole",
|
|
|
|
|
"workflow/engine/classes/",
|
2017-08-04 16:17:59 -04:00
|
|
|
"workflow/engine/controllers/",
|
|
|
|
|
"workflow/engine/includes/",
|
2017-08-04 09:23:12 -04:00
|
|
|
"thirdparty/jsmin/jsmin.php",
|
|
|
|
|
"thirdparty/pear",
|
2017-08-04 11:54:39 -04:00
|
|
|
"thirdparty/html2ps_pdf",
|
2017-08-04 11:23:34 -04:00
|
|
|
"thirdparty/phing",
|
2017-08-04 16:35:26 -04:00
|
|
|
"thirdparty/pake",
|
2017-08-04 09:23:12 -04:00
|
|
|
"rbac/engine/classes/"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"gulliver/includes/inc.ajax.php",
|
|
|
|
|
"gulliver/includes/smarty_plugins/function.pmos.php",
|
2017-09-05 15:58:34 -04:00
|
|
|
"thirdparty/pake/pakeFunction.php",
|
2017-08-04 10:55:47 -04:00
|
|
|
"thirdparty/HTMLPurifier/HTMLPurifier.auto.php",
|
2017-08-11 13:29:22 -04:00
|
|
|
"workflow/engine/classes/class.pmFunctions.php",
|
2018-08-28 09:34:11 -04:00
|
|
|
"workflow/engine/src/ProcessMaker/Util/helpers.php",
|
|
|
|
|
"framework/src/Maveriks/Extension/Restler/UploadFormat.php"
|
2017-08-04 09:23:12 -04:00
|
|
|
]
|
2017-07-27 14:04:51 -07:00
|
|
|
},
|
|
|
|
|
"autoload-dev": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Tests\\": "tests/"
|
|
|
|
|
}
|
2017-08-22 14:31:47 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wimg/php-compatibility",
|
2019-06-25 08:17:57 -04:00
|
|
|
"post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wimg/php-compatibility",
|
|
|
|
|
"post-autoload-dump": [
|
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
|
"@php artisan package:discover"
|
|
|
|
|
]
|
2017-08-23 10:45:16 -04:00
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"typo3/class-alias-loader": {
|
|
|
|
|
"class-alias-maps": [
|
2017-08-23 16:39:03 -04:00
|
|
|
"bootstrap/classaliasmap.php"
|
2017-08-23 10:45:16 -04:00
|
|
|
]
|
|
|
|
|
}
|
2013-08-21 11:49:25 -04:00
|
|
|
}
|
2013-08-23 13:23:19 -04:00
|
|
|
}
|