{
    "name": "orchard/owsrequest",
    "version": "2.4.3",
    "type": "library",
    "description": "Orchard library for handling our standards for microservice communication.",
    "homepage": "https://github.com/theorchard/php-owsrequest",
    "require": {
        "php": ">=8.2",
        "firebase/php-jwt": "~7.0",
        "aws/aws-sdk-php": "~3.369",
        "guzzlehttp/guzzle": "~7.5",
        "paragonie/random-lib": "^2.0.3",
        "predis/predis": "~2.0",
        "ext-apcu": "*",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "~9.1",
        "squizlabs/php_codesniffer": "~3.9"
    },
    "prefer_stable": true,
    "autoload": {
        "psr-4": {
            "Orchard\\OwsRequest\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Orchard\\OwsRequest\\Tests\\": "tests/"
        }
    },
    "config": {
        "discard-changes": true
    }
}
