{
    "name": "nyholm/append-query-string",
    "type": "library",
    "description": "A simple function that lets you add a query string to an existing URL",
    "license": "MIT",
    "authors": [
        {
            "name": "Nyholm",
            "email": "tobias.nyholm@gmail.com"
        }
    ],
    "require": {
        "php": "^7.2 || ^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.5"
    },
    "autoload": {
        "files": [
            "src/include.php"
        ]
    }
}
