{
    "name": "orchard/owsclient",
    "version": "5.5.0",
    "type": "library",
    "description": "Orchard client library for consuming micro services.",
    "homepage": "https://github.com/theorchard/php-owsclient",
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/php-owsrequest.git"
        }
    ],
    "require": {
        "php": ">=8.2,<9.0.0",
        "monolog/monolog": "^3.0",
        "orchard/owsrequest": "~2.4"
    },
    "require-dev": {
        "phpunit/phpunit": "~9.1",
        "squizlabs/php_codesniffer": "~3.9"
    },
    "prefer_stable": true,
    "autoload": {
        "psr-4": {
            "Orchard\\OwsClient\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Orchard\\OwsClient\\Tests\\": "tests/unit/"
        }
    },
    "config": {
        "discard-changes": true
    }
}
