106 lines
3.3 KiB
JSON
106 lines
3.3 KiB
JSON
{
|
|
"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": {
|
|
"laravel/framework": "5.4.*",
|
|
"luracast/restler": "^3.0",
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
|
"colosa/pmUI": "release/3.2.2-dev",
|
|
"colosa/MichelangeloFE": "release/3.2.2-dev",
|
|
"colosa/pmdynaform": "release/3.2.2-dev",
|
|
"google/apiclient": "1.1.6",
|
|
"dapphp/securimage": "^3.6",
|
|
"psr/log":"1.0.0",
|
|
"monolog/monolog": "1.19.0",
|
|
"geshi/geshi": "dev-master",
|
|
"libchart/libchart": "1.4.0",
|
|
"phpmailer/phpmailer": "5.2.*",
|
|
"pear/archive_tar": "1.4.*",
|
|
"pear/console_getopt": "1.4.*",
|
|
"TYPO3/class-alias-loader": "^1.0",
|
|
"ralouphie/getallheaders": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"guzzle/guzzle": "~3.1.1",
|
|
"phpunit/phpunit": "~5.7",
|
|
"lmc/steward": "^2.2",
|
|
"behat/behat": "^3.3",
|
|
"behat/mink-selenium2-driver": "^1.3",
|
|
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
|
|
"wimg/php-compatibility": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ProcessMaker\\": "workflow/engine/src"
|
|
},
|
|
"psr-4": {
|
|
"Maveriks\\": "framework/src/Maveriks/"
|
|
},
|
|
"classmap": [
|
|
"gulliver/system/",
|
|
"thirdparty/propel",
|
|
"thirdparty/creole",
|
|
"workflow/engine/classes/",
|
|
"workflow/engine/controllers/",
|
|
"workflow/engine/includes/",
|
|
"thirdparty/smarty/libs/Smarty.class.php",
|
|
"thirdparty/jsmin/jsmin.php",
|
|
"thirdparty/pear",
|
|
"thirdparty/html2ps_pdf",
|
|
"thirdparty/phing",
|
|
"thirdparty/pake",
|
|
"rbac/engine/classes/"
|
|
],
|
|
"files": [
|
|
"gulliver/includes/inc.ajax.php",
|
|
"gulliver/includes/smarty_plugins/function.pmos.php",
|
|
"thirdparty/pear/PEAR.php",
|
|
"thirdparty/pake/pakeFunction.php",
|
|
"thirdparty/HTMLPurifier/HTMLPurifier.auto.php",
|
|
"workflow/engine/classes/class.pmFunctions.php",
|
|
"workflow/engine/src/ProcessMaker/Util/helpers.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wimg/php-compatibility",
|
|
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wimg/php-compatibility"
|
|
},
|
|
"extra": {
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"bootstrap/classaliasmap.php"
|
|
]
|
|
}
|
|
}
|
|
}
|