Update rakefile to translations update Rakefile for translations update intervals in Task Schedule update insert.sql error in instalation add Translations in index.php task scheduler fix timezone in execution on task scheduler fix timezone add translation to TASKSCHEDULER control for intervals in task scheduler is last_update property PMCORE-1549 PMCORE-1542 Revert "PMCORE-1542 (pull request #7355)" This reverts pull request #7355. > PMCORE-1542 fix schedule Run command
127 lines
4.0 KiB
JSON
127 lines
4.0 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"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "git@bitbucket.org:colosa/taskscheduler.git"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"laravel/framework": "5.7.*",
|
|
"luracast/restler": "^3.0",
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
|
"colosa/pmui": "release/3.4.8-dev",
|
|
"colosa/michelangelofe": "release/3.4.8-dev",
|
|
"colosa/pmdynaform": "release/3.4.8-dev",
|
|
"colosa/taskscheduler": "0.1.0",
|
|
"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.27",
|
|
"pear/archive_tar": "1.4.*",
|
|
"pear/console_getopt": "1.4.*",
|
|
"typo3/class-alias-loader": "^1.0",
|
|
"ralouphie/getallheaders": "^2.0",
|
|
"smarty/smarty": "2.6.31",
|
|
"pdepend/pdepend": "@stable",
|
|
"chumper/zipper": "^1.0",
|
|
"php-imap/php-imap": "^3.0",
|
|
"nikic/php-parser": "3.1.5",
|
|
"laravel/tinker": "^1.0",
|
|
"league/oauth2-client": "^2.4",
|
|
"league/oauth2-google": "^3.0",
|
|
"tecnickcom/tcpdf": "6.3.*",
|
|
"fzaninotto/faker": "^1.7"
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"phpunit/phpunit": "~5.7",
|
|
"filp/whoops": "~2.0",
|
|
"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": {
|
|
"App\\": "app/",
|
|
"Maveriks\\": "framework/src/Maveriks/",
|
|
"Tests\\": "tests/"
|
|
},
|
|
"classmap": [
|
|
"gulliver/system/",
|
|
"thirdparty/propel",
|
|
"thirdparty/creole",
|
|
"workflow/engine/classes/",
|
|
"workflow/engine/controllers/",
|
|
"workflow/engine/includes/",
|
|
"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/pake/pakeFunction.php",
|
|
"thirdparty/HTMLPurifier/HTMLPurifier.auto.php",
|
|
"workflow/engine/classes/class.pmFunctions.php",
|
|
"workflow/engine/src/ProcessMaker/Util/helpers.php",
|
|
"framework/src/Maveriks/Extension/Restler/UploadFormat.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",
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover"
|
|
]
|
|
},
|
|
"extra": {
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"bootstrap/classaliasmap.php"
|
|
]
|
|
}
|
|
}
|
|
}
|