{
    "name": "orchard/direct_delivery",
    "type": "library",
    "description": "Orchard Direct Delivery",
    "keywords": ["DD"],
    "license": "MIT",
    "authors": [
        {
            "name": "Vector Chapter",
            "email": "vector.chapter@theorchard.com"
        }
    ],
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/common.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/php-owsclient.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/php-owsrequest.git"
        }
    ],
    "require": {
        "orchard/common": "2.5.7",
        "orchard/owsclient": "0.2.21",
        "sentry/sentry": "1.11.0",
        "theorchard/monolog-cascade": "0.5.2",
        "ramsey/uuid": "3.9.3"
    },
    "require-dev": {
        "jakub-onderka/php-parallel-lint": "0.8",
        "mikey179/vfsstream": "1.4.0",
        "mockery/mockery": "^0.9.9",
        "phpunit/dbunit": "~1.4",
        "phpunit/phpunit": "4.2.6",
        "squizlabs/php_codesniffer": "~2.3.0"
    },
    "autoload": {
        "psr-0": {
            "Service_": "src/"
        },
        "psr-4": {
            "Orchard\\Vector\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Orchard\\Vector\\Tests\\": "tests/unit/",
            "Orchard\\Lovelive\\Tests\\": "tests/unit/Lovelive"
        }
    },
    "config": {
        "discard-changes": true
    }
}
