{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/common.git"
        },
        {
            "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/orchard-locale.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/csrf-protector.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/php-orchard-features.git"
        }
    ],
    "require": {
        "auth0/auth0-php": "^8.18.0",
        "diablomedia/doctrine1": "4.0.5",
        "doctrine/orm": "~2.4",
        "ezyang/htmlpurifier": "4.19.0",
        "orchard/common": "~5.1",
        "orchard/csrf-protector": "1.0.0",
        "orchard/features": "dev-master",
        "orchard/orchard-locale": "dev-master",
        "orchard/owsclient": "~5.3",
        "phpoffice/phpspreadsheet": "^2.1",
        "ramsey/uuid": "3.9.3",
        "sentry/sentry": "4.8.0",
        "shardj/zf1-future": "1.23.5",
        "endroid/qr-code": "5.0.7",
        "http-interop/http-factory-guzzle": "^1.2",
        "theorchard/php-orchard-features": "~1.1"
    },
    "require-dev": {
        "php-parallel-lint/php-parallel-lint": "1.4.0",
        "mikey179/vfsstream": "^1.6",
        "mockery/mockery": "1.6.12",
        "phpunit/phpunit": "^9.6",
        "kornrunner/dbunit": "8.0.1",
        "squizlabs/php_codesniffer": "3.10.1",
        "vlucas/phpdotenv": "5.6.0"
    },
    "prefer_stable": true,
    "autoload": {
        "psr-0": {
            "Orchard": "library/",
            "Service_": "src/",
            "Web": "library/"
        },
        "psr-4": {
            "Orchard\\": "library/Orchard/",
            "Orchard\\Logging\\": "src/Logging/",
            "Orchard\\Service\\": "src/Service/",
            "Vectorapi\\": "library/Vectorapi/",
            "Web\\": "library/Web/"
        },
        "classmap": [
            "application/models/Datawarehouse/",
            "application/models/Interim/",
            "library/Exception/"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Orchard\\Tests\\": "tests/php/",
            "Orchard\\Tests\\Lib\\": "tests/php/library/"
        }
    },
    "config": {
        "discard-changes": true,
        "audit": {
            "ignore": []
        },
        "platform": {
            "php": "8.4"
        },
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
