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": "*" },