{
    "name": "kphoen/rulerz-bundle",
    "type": "symfony-bundle",
    "license": "MIT",
    "homepage": "https://github.com/K-Phoen/RulerZBundle",
    "description": "Symfony2 Bundle for RulerZ",
    "keywords": ["specification", "doctrine", "ruler", "rulerz"],
    "authors": [
        {
            "name": "Kévin Gomez",
            "email": "contact@kevingomez.fr"
        }
    ],
    "autoload": {
        "psr-4": { "KPhoen\\RulerZBundle\\": "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "require": {
        "php": ">=7.1",
        "kphoen/rulerz": "~0.17,>=0.19.3",
        "kphoen/rulerz-bridge": "^1.0",
        "symfony/framework-bundle": "^3.0|^4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.1",
        "symfony/phpunit-bridge": "^3.0|^4.0",
        "mikey179/vfsStream": "^1.6",
        "matthiasnoback/symfony-dependency-injection-test": "^3.0",
        "liip/rmt": "^1.2"
    }
}
