From b1814ac2f7065afaf6b8b6637e0f22e6d805e900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:53:08 +0000 Subject: [PATCH] - (php) Bump symfony/dom-crawler from 6.4.7 to 7.0.7 Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 6.4.7 to 7.0.7. - [Release notes](https://github.com/symfony/dom-crawler/releases) - [Changelog](https://github.com/symfony/dom-crawler/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/dom-crawler/compare/v6.4.7...v7.0.7) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 1bd1e16e..cc32ce67 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "sentry/sentry-laravel": "^3.7", "spatie/laravel-permission": "^6.1", "stichoza/google-translate-php": "^5.1", - "symfony/dom-crawler": "^6.3" + "symfony/dom-crawler": "^7.0" }, "require-dev": { "blumilksoftware/codestyle": "v2.5.0", diff --git a/composer.lock b/composer.lock index dd92c706..be2d8b15 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": "4cc2044218af93556d4655e969efa960", + "content-hash": "666493aadf25a65b4596ca43098f6082", "packages": [ { "name": "brick/math", @@ -5465,26 +5465,26 @@ }, { "name": "symfony/dom-crawler", - "version": "v6.4.7", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "2088c5da700b1e7a8689fffc10dda6c1f643deea" + "reference": "7cb4ae7166a8a36916be390dbb3819474fb06a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2088c5da700b1e7a8689fffc10dda6c1f643deea", - "reference": "2088c5da700b1e7a8689fffc10dda6c1f643deea", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7cb4ae7166a8a36916be390dbb3819474fb06a29", + "reference": "7cb4ae7166a8a36916be390dbb3819474fb06a29", "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": { @@ -5512,7 +5512,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.7" + "source": "https://github.com/symfony/dom-crawler/tree/v7.0.7" }, "funding": [ { @@ -5528,7 +5528,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/error-handler",