Merge pull request #205 from harensarma/patch-2

Removed space from versions of guzzlehttp
This commit is contained in:
Peter Lai 2021-08-14 20:28:10 -07:00 committed by GitHub
commit fb94ea92c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
}
],
"require": {
"guzzlehttp/guzzle": "^6.3 | ^7.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"PHP": "^7.1",
"kornrunner/keccak": "~1.0",
"phpseclib/phpseclib": "~2.0.11",