From 1f7533f94bc8bd7cdaeb3d8e4f3b01a639366181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:05:48 +0000 Subject: [PATCH] build(deps): bump fusonic/opengraph from 3.0.0 to 3.1.0 Bumps [fusonic/opengraph](https://github.com/fusonic/opengraph) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/fusonic/opengraph/releases) - [Changelog](https://github.com/fusonic/opengraph/blob/master/CHANGELOG-3.x.md) - [Commits](https://github.com/fusonic/opengraph/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: fusonic/opengraph dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 68cf5d893..316f39d1f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "doctrine/dbal": "^3.10.4", "egulias/email-validator": "^4.0.4", "firebase/php-jwt": "^7.0", - "fusonic/opengraph": "^3.0.0", + "fusonic/opengraph": "^3.1.0", "gapple/structured-fields": "^2.3", "giggsey/libphonenumber-for-php-lite": "^9.0.9", "guzzlehttp/guzzle": "^7.10.0", diff --git a/composer.lock b/composer.lock index ae08cddea..ad473d3c3 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": "b428b66dda3b3049960ce06ee7b8a839", + "content-hash": "cc62411c1a642c56b87889e68690d2e9", "packages": [ { "name": "aws/aws-crt-php", @@ -895,16 +895,16 @@ }, { "name": "fusonic/opengraph", - "version": "v3.0.0", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/fusonic/opengraph.git", - "reference": "2daa6dce84f23b1bb6d66bf03b3e9371c39cd378" + "reference": "199fc2fb33a4b519e512fe33a0d2cb53455ae63c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fusonic/opengraph/zipball/2daa6dce84f23b1bb6d66bf03b3e9371c39cd378", - "reference": "2daa6dce84f23b1bb6d66bf03b3e9371c39cd378", + "url": "https://api.github.com/repos/fusonic/opengraph/zipball/199fc2fb33a4b519e512fe33a0d2cb53455ae63c", + "reference": "199fc2fb33a4b519e512fe33a0d2cb53455ae63c", "shasum": "" }, "require": { @@ -952,9 +952,9 @@ ], "support": { "issues": "https://github.com/fusonic/opengraph/issues", - "source": "https://github.com/fusonic/opengraph/tree/v3.0.0" + "source": "https://github.com/fusonic/opengraph/tree/v3.1.0" }, - "time": "2025-01-13T07:23:24+00:00" + "time": "2026-05-11T17:33:04+00:00" }, { "name": "gapple/structured-fields", @@ -4418,20 +4418,20 @@ }, { "name": "symfony/css-selector", - "version": "v6.4.24", + "version": "v7.4.9", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "9b784413143701aa3c94ac1869a159a9e53e8761" + "reference": "b75663ed96cf4756e28e3105476f220f92886cc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/9b784413143701aa3c94ac1869a159a9e53e8761", - "reference": "9b784413143701aa3c94ac1869a159a9e53e8761", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/b75663ed96cf4756e28e3105476f220f92886cc4", + "reference": "b75663ed96cf4756e28e3105476f220f92886cc4", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "type": "library", "autoload": { @@ -4463,7 +4463,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.24" + "source": "https://github.com/symfony/css-selector/tree/v7.4.9" }, "funding": [ { @@ -4483,7 +4483,7 @@ "type": "tidelift" } ], - "time": "2025-07-10T08:14:14+00:00" + "time": "2026-04-18T13:18:21+00:00" }, { "name": "symfony/deprecation-contracts", @@ -6415,7 +6415,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.2", + "php": "^8.3", "ext-ctype": "*", "ext-mbstring": "*" },