{
    "name": "leezy/pheanstalk-bundle",
    "description": "The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.",
    "keywords": ["symfony", "beanstalkd", "bundle", "pheanstalk", "queueing", "messaging", "asynchronous"],
    "type": "symfony-bundle",
    "homepage": "https://github.com/armetiz/LeezyPheanstalkBundle",
    "license": "MIT",
    "authors": [{
        "name" : "Thomas Tourlourat",
        "email" : "thomas@tourlourat.com",
        "homepage": "http://www.armetiz.info"
    }],
    "require": {
        "symfony/framework-bundle": ">=2.0",
        "symfony/console": "~2.0",
        "pda/pheanstalk": ">=2.1.0,<3.0-dev",
        "symfony/monolog-bridge": ">=2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "psr-0": { "Leezy\\PheanstalkBundle": "" }
    },
    "config": {
        "bin-dir": "bin"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        }
    },
    "target-dir": "Leezy/PheanstalkBundle"
}
