updated composer.json

to support guzzle 7
This commit is contained in:
harensarma 2021-03-05 20:20:43 +05:30 committed by GitHub
parent 1b093c8ad4
commit 7fafc29b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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