tyhand/workflow-bundle

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "tyhand/workflow-bundle",
    "license": "MIT",
    "type": "symfony-bundle",
    "description": "Experimental Workflow Bundle",
    "autoload": {
        "psr-0": { "TyHand\\WorkflowBundle": "" }
    },
    "target-dir": "TyHand/WorkflowBundle",
    "require": {
        "symfony/symfony": ">=2.3.0",
        "doctrine/orm": ">=2.2.3",
        "doctrine/doctrine-bundle": "1.2.*"
    },
    "require-dev": {
        "codeclimate/php-test-reporter": "^0.2.0",
        "phpunit/phpunit": "^4.8",
        "satooshi/php-coveralls": "^0.6.1",
        "sensiolabs/security-checker": "^3.0",
        "twig/twig": "^1.22"
    }
}