updates for adapter flows -> to -> route

This commit is contained in:
Erik Amaru Ortiz
2014-02-07 08:41:11 -04:00
parent ca7fa0651d
commit 68c1d98b96
9 changed files with 395 additions and 90 deletions

View File

@@ -2,34 +2,52 @@
"name": "processmaker/processmaker",
"description": "BPM PHP Software",
"keywords": ["php bpm processmaker"],
"homepage": "http://www.processmaker.com",
"license": "AGPL-3.0",
"homepage": "http://processmaker.com",
"license": "GNU Affero General Public License version 3",
"repositories": [
{
"packagist": false
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.10.2",
"dist": {
"url": "http://code.jquery.com/jquery-1.10.2.min.js",
"type": "file"
}
}
},
{
"type": "composer",
"url": "http://composer-public.colosa.net/"
"type": "package",
"package": {
"name": "underscore/underscore",
"version": "1.5.2",
"dist": {
"url": "http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js",
"type": "file"
}
}
},
{
"type": "composer",
"url": "http://composer.colosa.net/"
"type": "vcs",
"url": "git@bitbucket.org:colosa/pmUI.git"
},
{
"type": "vcs",
"url": "git@bitbucket.org:colosa/MichelangeloFE.git"
}
],
"require": {
"php":">=5.3.3",
"underscore/underscore": "1.5.2",
"jquery/jquery": "1.10.2",
"luracast/restler" : "v3.0.0",
"bshaffer/oauth2-server-php": "v1.0",
"colosa/restclient": "0.1.7",
"jquery/jquery": "1.10.2",
"underscore/underscore": "1.5.2",
"colosa/pmUI": "dev-master",
"colosa/MichelangeloFE": "dev-master"
},
"require-dev":{
"guzzle/guzzle":"~3.1.1",
"behat/behat":"2.4.6@stable"
"behat/behat":"2.4.*@stable"
}
}