Removed space from versions of guzzlehttp
Removed space from versions of guzzlehttp, else second version was not working in laravel
This commit is contained in:
parent
1b093c8ad4
commit
199cb1d175
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user