From a5376510a9086a07dcc0495c8183c29b9bf66901 Mon Sep 17 00:00:00 2001 From: miqwit Date: Sat, 14 Nov 2020 21:34:41 +0100 Subject: [PATCH] more flexible version for http-kernel --- composer.json | 2 +- composer.lock | 94 +++++++++++++++++++++++++++++++++++++++++++++------ symfony.lock | 3 ++ 3 files changed, 87 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 56feb53..6271dd5 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "symfony/flex": "^1.3.1", "symfony/framework-bundle": "5.*", "symfony/yaml": "5.*", - "symfony/http-kernel": "5.1.5", + "symfony/http-kernel": "^5.1.5", "goetas-webservices/xsd2php-runtime":"^0.2.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index a50398a..5911376 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e5863c9e98503c80ac63533045f38a8e", + "content-hash": "9ced62e6d40a6b6907771cdada901be2", "packages": [ { "name": "doctrine/annotations", @@ -1731,6 +1731,82 @@ ], "time": "2020-07-23T08:36:09+00:00" }, + { + "name": "symfony/http-client-contracts", + "version": "v2.3.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "41db680a15018f9c1d4b23516059633ce280ca33" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33", + "reference": "41db680a15018f9c1d4b23516059633ce280ca33", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-version": "2.3", + "branch-alias": { + "dev-main": "2.3-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-14T17:08:19+00:00" + }, { "name": "symfony/http-foundation", "version": "v5.0.11", @@ -1802,16 +1878,16 @@ }, { "name": "symfony/http-kernel", - "version": "v5.1.5", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "3e32676e6cb5d2081c91a56783471ff8a7f7110b" + "reference": "a13b3c4d994a4fd051f4c6800c5e33c9508091dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3e32676e6cb5d2081c91a56783471ff8a7f7110b", - "reference": "3e32676e6cb5d2081c91a56783471ff8a7f7110b", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a13b3c4d994a4fd051f4c6800c5e33c9508091dd", + "reference": "a13b3c4d994a4fd051f4c6800c5e33c9508091dd", "shasum": "" }, "require": { @@ -1820,6 +1896,7 @@ "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4|^5.0", "symfony/event-dispatcher": "^5.0", + "symfony/http-client-contracts": "^1.1|^2", "symfony/http-foundation": "^4.4|^5.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", @@ -1868,11 +1945,6 @@ "symfony/dependency-injection": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" @@ -1911,7 +1983,7 @@ "type": "tidelift" } ], - "time": "2020-09-02T08:15:18+00:00" + "time": "2020-10-28T05:55:23+00:00" }, { "name": "symfony/mime", diff --git a/symfony.lock b/symfony.lock index 9d0f636..dbf49d7 100644 --- a/symfony.lock +++ b/symfony.lock @@ -140,6 +140,9 @@ "src/Kernel.php" ] }, + "symfony/http-client-contracts": { + "version": "v2.3.1" + }, "symfony/http-foundation": { "version": "v5.0.4" },