added php-http/message require
This commit is contained in:
parent
8d1b25e8ce
commit
89db7c6f0d
2 changed files with 5 additions and 3 deletions
|
|
@ -13,7 +13,8 @@
|
||||||
"php-http/async-client-implementation": "^1.0",
|
"php-http/async-client-implementation": "^1.0",
|
||||||
"php": "^7.3",
|
"php": "^7.3",
|
||||||
"symfony/options-resolver": "^4.3",
|
"symfony/options-resolver": "^4.3",
|
||||||
"ext-json": "*"
|
"ext-json": "*",
|
||||||
|
"php-http/message": "^1.8"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Gitlab\\": "lib/Gitlab/" }
|
"psr-4": { "Gitlab\\": "lib/Gitlab/" }
|
||||||
|
|
|
||||||
5
composer.lock
generated
5
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "d2262ccfc7bf8460224546d463d8a30c",
|
"content-hash": "e553087e3ad420214c323572382f1dfa",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "clue/stream-filter",
|
"name": "clue/stream-filter",
|
||||||
|
|
@ -2631,7 +2631,8 @@
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^7.3"
|
"php": "^7.3",
|
||||||
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue