{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/brine.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/common.git",
            "reference": "1.*"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/orchard-features.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/php-owsrequest.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/php-owsclient.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/php-orchard-features.git"
        }
    ],
    "require": {
        "php": "~8.4",
        "brine/brine": "1.0",
        "orchard/common": "5.1.0",
        "orchard/features": "dev-master",
        "orchard/owsclient": "5.5.0",
        "theorchard/php-orchard-features": "1.3.0",
        "doctrine/orm": "2.11.1",
        "shardj/zf1-future": "1.23.5",
        "sentry/sentry": "4.25.0",
        "doctrine/cache": "1.13.*",
        "doctrine/annotations": "^1.14",
        "doctrine/dbal": "2.13.9"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "squizlabs/php_codesniffer": "3.7.2",
        "mikey179/vfsstream": "^1.6",
        "mockery/mockery": "^1.6",
        "php-parallel-lint/php-parallel-lint": "v1.3.2"
    },
    "autoload": {
        "psr-0": {
            "Redis": "library/",
            "Web": "library/",
            "Cache": "library/",
            "Conversion": "library/",
            "Exception": "library/",
            "JobManager": "library/",
            "MessageQueuing": "library/",
            "OAuth2": "library/",
            "Orchard": "library/",
            "Service": "src/"
        },
        "psr-4": {
            "Entities\\": "application/Entities/",
            "Repositories\\": "application/Repositories/",
            "Orchard\\Logging\\": "src/Logging/",
            "Service\\": "src/Service/"
        },
        "classmap": ["application/models/Datawarehouse/", "application/models/Vectorapi/"]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\Service\\": "tests/Service/"
        }
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
