From e36d42f668bde333cfae6ae9b95e1e101d3771d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:31:17 +0000 Subject: [PATCH] chore(deps): bump laravel-notification-channels/webpush Bumps [laravel-notification-channels/webpush](https://github.com/laravel-notification-channels/webpush) from 10.5.0 to 13.0.1. - [Release notes](https://github.com/laravel-notification-channels/webpush/releases) - [Changelog](https://github.com/laravel-notification-channels/webpush/blob/master/CHANGELOG.md) - [Commits](https://github.com/laravel-notification-channels/webpush/compare/10.5.0...13.0.1) --- updated-dependencies: - dependency-name: laravel-notification-channels/webpush dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 174 ++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 149 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 070004c08..35964a210 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "intervention/image-driver-vips": "^4.1", "intervention/image-laravel": "^4.1", "laravel-notification-channels/expo": "^2.0.0", - "laravel-notification-channels/webpush": "^10.2", + "laravel-notification-channels/webpush": "^13.0", "laravel/framework": "^13.0", "laravel/horizon": "^5.0", "laravel/passport": "^13.4.4", diff --git a/composer.lock b/composer.lock index 153233866..7a893b7b4 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": "1d360aadce1a207ef837776e79894013", + "content-hash": "3f633d0360fdebf0d6600d0739acca54", "packages": [ { "name": "aws/aws-crt-php", @@ -2104,22 +2104,24 @@ }, { "name": "laravel-notification-channels/webpush", - "version": "10.5.0", + "version": "13.0.1", "source": { "type": "git", "url": "https://github.com/laravel-notification-channels/webpush.git", - "reference": "4e7a9b5accce086c989bc061587ad2f51809887b" + "reference": "53d950ca03b16bb49c45e3332c07a87c7d06a3b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-notification-channels/webpush/zipball/4e7a9b5accce086c989bc061587ad2f51809887b", - "reference": "4e7a9b5accce086c989bc061587ad2f51809887b", + "url": "https://api.github.com/repos/laravel-notification-channels/webpush/zipball/53d950ca03b16bb49c45e3332c07a87c7d06a3b1", + "reference": "53d950ca03b16bb49c45e3332c07a87c7d06a3b1", "shasum": "" }, "require": { - "illuminate/notifications": "^11.0|^12.0|^13.0", - "illuminate/support": "^11.0|^12.0|^13.0", - "minishlink/web-push": "^10.0", + "guzzlehttp/psr7": "^2.0|^3.0", + "illuminate/http": "^12.0|^13.13", + "illuminate/notifications": "^12.0|^13.13", + "illuminate/support": "^12.0|^13.13", + "minishlink/web-push": "^11.0", "php": "^8.2" }, "require-dev": { @@ -2127,7 +2129,9 @@ "laravel/pint": "^1.25", "mockery/mockery": "^1.0", "orchestra/testbench": "^9.2|^10.0|^11.0", - "phpunit/phpunit": "^10.5|^11.5.3|^12.5.12", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^11.5.3|^12.5.12|^13.1.11", "rector/rector": "^2.0" }, "type": "library", @@ -2164,9 +2168,9 @@ "homepage": "https://github.com/laravel-notification-channels/webpush", "support": { "issues": "https://github.com/laravel-notification-channels/webpush/issues", - "source": "https://github.com/laravel-notification-channels/webpush/tree/10.5.0" + "source": "https://github.com/laravel-notification-channels/webpush/tree/13.0.1" }, - "time": "2026-02-25T07:53:15+00:00" + "time": "2026-09-08T18:36:50+00:00" }, { "name": "laravel/framework", @@ -4132,16 +4136,16 @@ }, { "name": "minishlink/web-push", - "version": "v10.1.0", + "version": "v11.0.0", "source": { "type": "git", "url": "https://github.com/web-push-libs/web-push-php.git", - "reference": "c922021b4ed1a61e6604d8dc33a2e0378b4382e3" + "reference": "f8410afb73486ab895bb4792b879bdca62025b47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/c922021b4ed1a61e6604d8dc33a2e0378b4382e3", - "reference": "c922021b4ed1a61e6604d8dc33a2e0378b4382e3", + "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/f8410afb73486ab895bb4792b879bdca62025b47", + "reference": "f8410afb73486ab895bb4792b879bdca62025b47", "shasum": "" }, "require": { @@ -4149,8 +4153,12 @@ "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", - "guzzlehttp/guzzle": "^7.9.2", "php": ">=8.2", + "php-http/discovery": "^1.19", + "php-http/httplug": "^2.4", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1|^2.0", "psr/log": "^2.0|^3.0", "spomky-labs/base64url": "^2.0.4", "symfony/polyfill-php83": "^1.33", @@ -4158,6 +4166,9 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^v3.92.2", + "guzzlehttp/guzzle": "^7.9.2", + "guzzlehttp/psr7": "^2.7", + "php-http/guzzle7-adapter": "^1.1", "phpstan/phpstan": "^2.1.33", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", @@ -4167,7 +4178,8 @@ }, "suggest": { "ext-bcmath": "Optional for performance.", - "ext-gmp": "Optional for performance." + "ext-gmp": "Optional for performance.", + "php-http/guzzle7-adapter": "Enables concurrent sending via WebPush::flushPooled() if you use Guzzle." }, "type": "library", "autoload": { @@ -4197,9 +4209,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.1.0" + "source": "https://github.com/web-push-libs/web-push-php/tree/v11.0.0" }, - "time": "2026-05-28T09:37:37+00:00" + "time": "2026-07-23T16:10:05+00:00" }, { "name": "monolog/monolog", @@ -5198,6 +5210,115 @@ }, "time": "2024-10-02T11:20:13+00:00" }, + { + "name": "php-http/httplug", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://github.com/php-http/httplug.git", + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4", + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0", + "php-http/promise": "^1.1", + "psr/http-client": "^1.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "require-dev": { + "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", + "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eric GELOEN", + "email": "geloen.eric@gmail.com" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "HTTPlug, the HTTP client abstraction for PHP", + "homepage": "http://httplug.io", + "keywords": [ + "client", + "http" + ], + "support": { + "issues": "https://github.com/php-http/httplug/issues", + "source": "https://github.com/php-http/httplug/tree/2.4.1" + }, + "time": "2024-09-23T11:39:58+00:00" + }, + { + "name": "php-http/promise", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/php-http/promise.git", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", + "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Http\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joel Wurtz", + "email": "joel.wurtz@gmail.com" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Promise used for asynchronous HTTP requests", + "homepage": "http://httplug.io", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/php-http/promise/issues", + "source": "https://github.com/php-http/promise/tree/1.3.1" + }, + "time": "2024-03-15T13:55:21+00:00" + }, { "name": "phpoption/phpoption", "version": "1.10.0", @@ -7234,16 +7355,16 @@ }, { "name": "spomky-labs/pki-framework", - "version": "1.6.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/pki-framework.git", - "reference": "5d630ec371652229ad568337519f16e539e5f79d" + "reference": "8f333bebe104ea24f1a160a6fb69e2dead4f1882" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/5d630ec371652229ad568337519f16e539e5f79d", - "reference": "5d630ec371652229ad568337519f16e539e5f79d", + "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/8f333bebe104ea24f1a160a6fb69e2dead4f1882", + "reference": "8f333bebe104ea24f1a160a6fb69e2dead4f1882", "shasum": "" }, "require": { @@ -7272,7 +7393,8 @@ "suggest": { "ext-bcmath": "For better performance (or GMP)", "ext-gmp": "For better performance (or BCMath)", - "ext-openssl": "For OpenSSL based cyphering" + "ext-openssl": "For OpenSSL based cyphering", + "ext-sodium": "To verify Ed25519 signatures where the OpenSSL extension has no EdDSA" }, "type": "library", "autoload": { @@ -7327,7 +7449,7 @@ ], "support": { "issues": "https://github.com/Spomky-Labs/pki-framework/issues", - "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.6.1" + "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.6.2" }, "funding": [ { @@ -7339,7 +7461,7 @@ "type": "patreon" } ], - "time": "2026-08-30T13:53:49+00:00" + "time": "2026-09-08T07:15:08+00:00" }, { "name": "stevebauman/purify",