diff --git a/composer.lock b/composer.lock index 17de34d6b8..0d791327ac 100644 --- a/composer.lock +++ b/composer.lock @@ -1941,16 +1941,16 @@ }, { "name": "minishlink/web-push", - "version": "v10.0.2", + "version": "v10.0.3", "source": { "type": "git", "url": "https://github.com/web-push-libs/web-push-php.git", - "reference": "7b0271741798c38c51fb2c0ab850a37da42810c2" + "reference": "547695eb42b062517fc604c85d6f7bb8174d31b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/7b0271741798c38c51fb2c0ab850a37da42810c2", - "reference": "7b0271741798c38c51fb2c0ab850a37da42810c2", + "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/547695eb42b062517fc604c85d6f7bb8174d31b0", + "reference": "547695eb42b062517fc604c85d6f7bb8174d31b0", "shasum": "" }, "require": { @@ -1960,6 +1960,7 @@ "ext-openssl": "*", "guzzlehttp/guzzle": "^7.9.2", "php": ">=8.2", + "spomky-labs/base64url": "^2.0.4", "symfony/polyfill-php83": "^1.33", "web-token/jwt-library": "^3.4.9|^4.0.6" }, @@ -1970,7 +1971,6 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^11.5.46|^12.5.2", - "spomky-labs/base64url": "^2.0.4", "symfony/polyfill-iconv": "^1.33" }, "suggest": { @@ -2005,9 +2005,9 @@ ], "support": { "issues": "https://github.com/web-push-libs/web-push-php/issues", - "source": "https://github.com/web-push-libs/web-push-php/tree/v10.0.2" + "source": "https://github.com/web-push-libs/web-push-php/tree/v10.0.3" }, - "time": "2026-03-05T12:21:38+00:00" + "time": "2026-03-09T23:16:02+00:00" }, { "name": "monolog/monolog", @@ -3700,6 +3700,71 @@ ], "time": "2026-01-05T13:17:41+00:00" }, + { + "name": "spomky-labs/base64url", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Spomky-Labs/base64url.git", + "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d", + "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.11|^0.12", + "phpstan/phpstan-beberlei-assert": "^0.11|^0.12", + "phpstan/phpstan-deprecation-rules": "^0.11|^0.12", + "phpstan/phpstan-phpunit": "^0.11|^0.12", + "phpstan/phpstan-strict-rules": "^0.11|^0.12" + }, + "type": "library", + "autoload": { + "psr-4": { + "Base64Url\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky-Labs/base64url/contributors" + } + ], + "description": "Base 64 URL Safe Encoding/Decoding PHP Library", + "homepage": "https://github.com/Spomky-Labs/base64url", + "keywords": [ + "base64", + "rfc4648", + "safe", + "url" + ], + "support": { + "issues": "https://github.com/Spomky-Labs/base64url/issues", + "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2020-11-03T09:10:25+00:00" + }, { "name": "spomky-labs/pki-framework", "version": "1.4.1",