{
    "name": "spatie/query-string",
    "description": "Manipulate query strings",
    "keywords": [
        "spatie",
        "query-string"
    ],
    "homepage": "https://github.com/spatie/query-string",
    "license": "MIT",
    "authors": [
        {
            "name": "Brent Roose",
            "email": "brent@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.3|^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\QueryString\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\QueryString\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage"

    },
    "config": {
        "sort-packages": true
    },
    "extra": {
    }
}
