From cdc90bea2ab9127b41c902a4aee828611375e3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 10:28:11 +0800 Subject: [PATCH] Bump symfony/browser-kit from 5.4.11 to 6.0.11 (#95) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 27 +++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index d2d3615..65dd971 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpspec/prophecy-phpunit": "^2.0", "psr/http-client": "^1.0", "psr/log": "^3.0", - "symfony/browser-kit": "^5.3.1", + "symfony/browser-kit": "^6.0.11", "symfony/console": "^6.0", "symfony/css-selector": "^5.3", "symfony/dom-crawler": "^5.4", diff --git a/composer.lock b/composer.lock index 0214f35..81b76a4 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": "cf50d40d85ef580985d60cb093b8976c", + "content-hash": "be6b5de6156ea1898890d3f863b125fb", "packages": [ { "name": "clue/stream-filter", @@ -4158,28 +4158,27 @@ }, { "name": "symfony/browser-kit", - "version": "v5.4.11", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027" + "reference": "92e4b59bf2ef0f7a01d2620c4c87108e5c143d36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027", - "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/92e4b59bf2ef0f7a01d2620c4c87108e5c143d36", + "reference": "92e4b59bf2ef0f7a01d2620c4c87108e5c143d36", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/dom-crawler": "^4.4|^5.0|^6.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2", + "symfony/dom-crawler": "^5.4|^6.0" }, "require-dev": { - "symfony/css-selector": "^4.4|^5.0|^6.0", - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/mime": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0" + "symfony/css-selector": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0" }, "suggest": { "symfony/process": "" @@ -4210,7 +4209,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.4.11" + "source": "https://github.com/symfony/browser-kit/tree/v6.0.11" }, "funding": [ { @@ -4226,7 +4225,7 @@ "type": "tidelift" } ], - "time": "2022-07-27T15:50:05+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "symfony/config",