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
 
@@ -13,9 +13,9 @@
 
        {
 
            "name": "Lance Edgar",
 
            "email": "lance@edbob.org"
 
        }
 
    ],
 
    "require": {
 
        "guzzlehttp/guzzle": "^7.0"
 
        "guzzlehttp/guzzle": "^6.0 || ^7.0"
 
    }
 
}
0 comments (0 inline, 0 general)