From e27ddfcbfe6c623e1db5d4501fd8b96263da91d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:32:33 +0000 Subject: [PATCH] Bump symfony/dom-crawler from 6.4.13 to 7.2.0 Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 6.4.13 to 7.2.0. - [Release notes](https://github.com/symfony/dom-crawler/releases) - [Changelog](https://github.com/symfony/dom-crawler/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/dom-crawler/compare/v6.4.13...v7.2.0) --- updated-dependencies: - dependency-name: symfony/dom-crawler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 7068044..a18d155 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "knplabs/github-api": "^3.0", "symfony/console": "^6.2", "composer/semver": "^3.2", - "symfony/dom-crawler": "^6.2", + "symfony/dom-crawler": "^7.2", "symfony/css-selector": "^6.2", "aeon-php/calendar": "^1.0", "php-http/logger-plugin": "^1.2", diff --git a/composer.lock b/composer.lock index 3fdef67..00d8d3f 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": "4a54ac64b66e75c2884bc9bea17722fd", + "content-hash": "67ec6921e227f0f2e6da86efe6655b58", "packages": [ { "name": "aeon-php/calendar", @@ -3577,26 +3577,26 @@ }, { "name": "symfony/dom-crawler", - "version": "v6.4.13", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "ae074dffb018c37a57071990d16e6152728dd972" + "reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ae074dffb018c37a57071990d16e6152728dd972", - "reference": "ae074dffb018c37a57071990d16e6152728dd972", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b176e1f1f550ef44c94eb971bf92488de08f7c6b", + "reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b", "shasum": "" }, "require": { "masterminds/html5": "^2.6", - "php": ">=8.1", + "php": ">=8.2", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { - "symfony/css-selector": "^5.4|^6.0|^7.0" + "symfony/css-selector": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -3624,7 +3624,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.13" + "source": "https://github.com/symfony/dom-crawler/tree/v7.2.0" }, "funding": [ { @@ -3640,7 +3640,7 @@ "type": "tidelift" } ], - "time": "2024-10-25T15:07:50+00:00" + "time": "2024-11-13T16:15:23+00:00" }, { "name": "symfony/error-handler", @@ -4537,8 +4537,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": {