2013-08-21 11:49:25 -04:00
|
|
|
{
|
|
|
|
|
"name": "processmaker/processmaker",
|
|
|
|
|
"description": "BPM PHP Software",
|
|
|
|
|
"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": [
|
|
|
|
|
{
|
2014-04-25 14:41:25 -04:00
|
|
|
"packagist": false
|
2013-11-22 16:20:49 -04:00
|
|
|
},
|
2014-01-30 09:09:29 -04:00
|
|
|
{
|
2014-04-25 14:41:25 -04:00
|
|
|
"type": "composer",
|
|
|
|
|
"url": "http://composer-public.colosa.net/"
|
2014-01-30 09:09:29 -04:00
|
|
|
},
|
2013-11-22 16:20:49 -04:00
|
|
|
{
|
2014-04-25 14:41:25 -04:00
|
|
|
"type": "composer",
|
|
|
|
|
"url": "http://composer.colosa.net/"
|
2013-11-22 16:20:49 -04:00
|
|
|
}
|
2014-04-25 14:41:25 -04:00
|
|
|
],
|
2014-02-07 08:41:11 -04:00
|
|
|
|
2014-04-24 16:05:42 -04:00
|
|
|
"minimum-stability": "stable",
|
2014-04-24 12:36:30 -04:00
|
|
|
"prefer-stable": true,
|
|
|
|
|
|
2013-08-21 11:49:25 -04:00
|
|
|
"require": {
|
2014-04-24 16:05:42 -04:00
|
|
|
"luracast/restler" : "3.0.0",
|
2014-01-29 12:51:32 -04:00
|
|
|
"bshaffer/oauth2-server-php": "v1.0",
|
2014-02-07 08:41:11 -04:00
|
|
|
"jquery/jquery": "1.10.2",
|
|
|
|
|
"underscore/underscore": "1.5.2",
|
2014-01-29 12:51:32 -04:00
|
|
|
"colosa/pmUI": "dev-master",
|
2014-06-27 13:29:58 -04:00
|
|
|
"colosa/MichelangeloFE": "dev-master",
|
2015-11-06 11:38:04 -04:00
|
|
|
"colosa/pmdynaform": "dev-master",
|
|
|
|
|
"google/apiclient": "1.1.*"
|
2013-12-16 16:08:39 -04:00
|
|
|
},
|
|
|
|
|
"require-dev":{
|
2014-01-30 09:17:54 -04:00
|
|
|
"guzzle/guzzle":"~3.1.1",
|
2014-02-12 17:01:19 -04:00
|
|
|
"behat/behat":"2.4.*@stable"
|
2013-08-21 11:49:25 -04:00
|
|
|
}
|
2013-08-23 13:23:19 -04:00
|
|
|
}
|