Files @ 91a2b4f078cb
Branch filter:

Location: rattail-project/posterior/composer.json - annotation

lance
Allow version 6.x for guzzlehttp client lib
{
    "name": "rattail/posterior",
    "description": "Tailbone API Client",
    "type": "library",
    "homepage": "https://rattailproject.org",
    "license": "GPL-3.0-or-later",
    "autoload": {
        "psr-4": {
            "Rattail\\Posterior\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Lance Edgar",
            "email": "lance@edbob.org"
        }
    ],
    "require": {
        "guzzlehttp/guzzle": "^6.0 || ^7.0"
    }
}