DigitalState/Platform-Bpm-Camunda-Bundle

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "digitalstate/platform-bpm-camunda-bundle",
    "type": "symfony-bundle",
    "description": "DigitalState Bpm Camunda Bundle",
    "homepage": "https://github.com/DigitalState/Platform-Bpm-Camunda-Bundle.git",
    "keywords": ["Oro", "Bpm"],
    "license": "MIT",
    "authors": [
        {
            "name": "DigitalState, Inc",
            "homepage": "http://www.digitalstate.ca"
        }
    ],
    "require": {
        "php": ">=5.6",
        "oro/platform": "2.0.*",
        "oro/platform-serialised-fields": "2.0.*",
        "digitalstate/bpm-camunda-sdk": "dev-master",
        "digitalstate/platform-bpm-bundle": "~0.3.0"
    },
    "autoload": {
        "psr-4": { "Ds\\Bundle\\BpmCamundaBundle\\": "" }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "extra": {
    }
}