{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/stomp-php.git"
        },
        {
            "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.14.0",
        "diablomedia/doctrine1": "4.0.5",
        "doctrine/orm": "~2.4",
        "ezyang/htmlpurifier": "4.19.0",
        "fusesource/stomp-php": "2.1.2",
        "orchard/common": "5.1.3",
        "orchard/csrf-protector": "1.0.0",
        "orchard/features": "dev-master",
        "orchard/orchard-locale": "dev-master",
        "orchard/owsclient": "~5.3",
        "theorchard/php-orchard-features": "1.1.0",
        "phpoffice/phpspreadsheet": "^2.1",
        "phpseclib/phpseclib": "~3.0.39",
        "ramsey/uuid": "3.9.3",
        "sentry/sentry": "4.8.0",
        "monolog/monolog": "~3.0",
        "shardj/zf1-future": "1.24.4",
        "endroid/qr-code": "5.0.7",
        "james-heinrich/getid3": "v1.9.22",
        "maennchen/zipstream-php": "3.1.0"
    },
    "require-dev": {
        "php-parallel-lint/php-parallel-lint": "1.4.0",
        "mikey179/vfsstream": "1.6.11",
        "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/",
            "Publishing": "scripts/",
            "instantGrats": "scripts/",
            "Service_": "src/",
            "Web": "library/",
            "YtPartnerApi_": "library/"
        },
        "psr-4": {
            "Orchard\\": "library/Orchard/",
            "Orchard\\Dms\\": "src/Dms/",
            "Orchard\\Logging\\": "src/Logging/",
            "Orchard\\Mysqli\\": "src/Mysqli/",
            "Orchard\\Service\\": "src/Service/",
            "Orchard\\Vector\\Model\\": "src/Vector/Model/",
            "Orchard\\Vector\\": "src/Vector/",
            "Vectorapi\\": "library/Vectorapi/",
            "Orchard\\Scripts\\": "scripts/",
            "Web\\": "library/Web/"
        },
        "classmap": [
            "application/models/Datawarehouse/",
            "application/models/Interim/",
            "application/modules/oa/controllers/ErrorController.php",
            "library/Exception/",
            "library/GoogleApi/src/contrib/Google_YouTubeService.php",
            "library/GoogleApi/src/Google_Client.php",
            "library/GoogleApi/src/service/Google_ServiceResource.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Orchard\\Tests\\Cli\\": "tests/cli/",
            "Orchard\\Tests\\Functional\\": "tests/functional/",
            "Orchard\\Tests\\": "tests/php/",
            "Orchard\\Tests\\Lib\\": "tests/php/library/"
        }
    },
    "config": {
        "discard-changes": true,
        "platform": {
            "php": "8.4"
        },
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
