2013-08-21 11:49:25 -04:00
|
|
|
{
|
|
|
|
|
"name": "processmaker/processmaker",
|
|
|
|
|
"description": "BPM PHP Software",
|
2015-11-30 16:44:53 -04:00
|
|
|
"keywords": [
|
|
|
|
|
"php bpm processmaker"
|
|
|
|
|
],
|
2014-02-07 08:41:11 -04:00
|
|
|
"homepage": "http://processmaker.com",
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
2013-11-22 16:20:49 -04:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
2015-11-30 16:44:53 -04:00
|
|
|
"type": "composer",
|
|
|
|
|
"url": "http://packagist.org/"
|
2013-11-22 16:20:49 -04:00
|
|
|
},
|
2014-01-30 09:09:29 -04:00
|
|
|
{
|
2015-11-30 16:44:53 -04:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/pmdynaform.git"
|
2014-01-30 09:09:29 -04:00
|
|
|
},
|
2013-11-22 16:20:49 -04:00
|
|
|
{
|
2015-11-30 16:44:53 -04:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/michelangelofe.git"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@bitbucket.org:colosa/pmui.git"
|
2013-11-22 16:20:49 -04:00
|
|
|
}
|
2015-11-30 16:44:53 -04:00
|
|
|
],
|
|
|
|
|
"minimum-stability": "dev",
|
2014-04-24 12:36:30 -04:00
|
|
|
"prefer-stable": true,
|
2013-08-21 11:49:25 -04:00
|
|
|
"require": {
|
2015-12-01 13:01:46 -04:00
|
|
|
"luracast/restler": "3.0.0-RC4",
|
2014-01-29 12:51:32 -04:00
|
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
2016-06-24 16:13:09 -04:00
|
|
|
"colosa/pmUI": "3.1-dev",
|
|
|
|
|
"colosa/MichelangeloFE": "3.1-dev",
|
|
|
|
|
"colosa/pmdynaform": "3.1-dev",
|
2016-02-26 11:20:15 -04:00
|
|
|
"google/apiclient": "1.1.6",
|
|
|
|
|
"dapphp/securimage": "^3.6"
|
2013-12-16 16:08:39 -04:00
|
|
|
},
|
2015-11-30 16:44:53 -04:00
|
|
|
"require-dev": {
|
|
|
|
|
"guzzle/guzzle": "~3.1.1",
|
|
|
|
|
"behat/behat": "2.4.*@stable"
|
2016-07-15 13:41:36 -04:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-0": {
|
|
|
|
|
"ProcessMaker\\": "workflow/engine/src"
|
|
|
|
|
}
|
2013-08-21 11:49:25 -04:00
|
|
|
}
|
2013-08-23 13:23:19 -04:00
|
|
|
}
|