Merge pull request #283 from allerta-vvf/dependabot/composer/server/symfony/http-client-5.3.0

Bump symfony/http-client from 5.2.9 to 5.3.0 in /server
This commit is contained in:
mergify[bot] 2021-06-01 07:07:12 +00:00 committed by GitHub
commit 943f929d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 8 deletions

17
server/composer.lock generated
View File

@ -2034,22 +2034,23 @@
},
{
"name": "symfony/http-client",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "653dc5e2201659abfa090a7396ce202371787540"
"reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/653dc5e2201659abfa090a7396ce202371787540",
"reference": "653dc5e2201659abfa090a7396ce202371787540",
"url": "https://api.github.com/repos/symfony/http-client/zipball/ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
"reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1.0",
"symfony/http-client-contracts": "^2.2",
"symfony/deprecation-contracts": "^2.1",
"symfony/http-client-contracts": "^2.4",
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.0|^2"
@ -2058,7 +2059,7 @@
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "2.2"
"symfony/http-client-implementation": "2.4"
},
"require-dev": {
"amphp/amp": "^2.5",
@ -2100,7 +2101,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.2.9"
"source": "https://github.com/symfony/http-client/tree/v5.3.0"
},
"funding": [
{
@ -2116,7 +2117,7 @@
"type": "tidelift"
}
],
"time": "2021-05-15T12:42:34+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/http-client-contracts",