Changeset - 91a2b4f078cb
[Not reviewed]
0 1 0
Lance Edgar (lance) - 16 months ago 2023-05-15 16:39:45
lance@edbob.org
Allow version 6.x for guzzlehttp client lib
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
composer.json
Show inline comments
 
{
 
    "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": "^7.0"
 
        "guzzlehttp/guzzle": "^6.0 || ^7.0"
 
    }
 
}
0 comments (0 inline, 0 general)