Allow version 6.x for guzzlehttp client lib

This commit is contained in:
Lance Edgar 2023-05-15 16:39:45 -05:00
parent 2062faec4b
commit 91a2b4f078

View file

@ -16,6 +16,6 @@
}
],
"require": {
"guzzlehttp/guzzle": "^7.0"
"guzzlehttp/guzzle": "^6.0 || ^7.0"
}
}