{
    "repositories": [
        {
            "type": "git",
            "url": "git@github.com:theorchard/redis-lib.git"
        },
        {
            "type": "git",
            "url": "git@github.com:theorchard/brine.git"
        },
        {
            "type": "git",
            "url": "git@github.com:theorchard/common.git"
        }
    ],
    "require": {
        "aws/aws-sdk-php": "2.5.*",
        "orchard/common": "1.0.10",
        "symfony/event-dispatcher": "2.5.4",
        "polem/slack-notifier" : "0.2"
    }, 
    "autoload": {
        "psr-0": {"Orchard": "src/"}
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    }
}

