1
0
mirror of synced 2024-11-22 03:46:02 +03:00

Update GuzzleHttp to latest version

This commit is contained in:
Pavel 2019-06-19 13:30:40 +03:00
parent 75ba7f7f8f
commit 87f065a5f8
2 changed files with 19 additions and 16 deletions

View File

@ -16,7 +16,7 @@
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"doctrine/cache": "1.6.*", "doctrine/cache": "1.6.*",
"guzzlehttp/guzzle": "6.0", "guzzlehttp/guzzle": "6.3.*",
"lazyjsonmapper/lazyjsonmapper": "^1.6", "lazyjsonmapper/lazyjsonmapper": "^1.6",
"symfony/validator": "3.4.*", "symfony/validator": "3.4.*",
"doctrine/annotations": "1.6.*", "doctrine/annotations": "1.6.*",

33
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "fb7d2f0fa929696c1e3b8b70cc4eafe4", "content-hash": "37c04715365723f98332d71aa2ee402e",
"packages": [ "packages": [
{ {
"name": "corneltek/getoptionkit", "name": "corneltek/getoptionkit",
@ -248,37 +248,40 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.0.0", "version": "6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "df897ae757ad329d2affc38ffb5bbce782b2b510" "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/df897ae757ad329d2affc38ffb5bbce782b2b510", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "df897ae757ad329d2affc38ffb5bbce782b2b510", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/promises": "^1.0.0", "guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.0.0", "guzzlehttp/psr7": "^1.4",
"php": ">=5.5.0" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"phpunit/phpunit": "^4.0", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0" "psr/log": "^1.0"
}, },
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.0-dev" "dev-master": "6.3-dev"
} }
}, },
"autoload": { "autoload": {
"files": [ "files": [
"src/functions.php" "src/functions_include.php"
], ],
"psr-4": { "psr-4": {
"GuzzleHttp\\": "src/" "GuzzleHttp\\": "src/"
@ -306,7 +309,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2015-05-26T18:22:06+00:00" "time": "2018-04-22T15:46:56+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -4412,12 +4415,12 @@
} }
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "dev",
"stability-flags": [], "stability-flags": [],
"prefer-stable": false, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.0", "php": ">=7.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*" "ext-json": "*"
}, },