From b8b46b477bea6afbad9d851b75e1e9e9fbfea95b Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Tue, 9 Jul 2024 14:55:36 +0000 Subject: [PATCH] chore: bump web-push library to v9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3edd171..6732b2d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": "^8.1", "illuminate/notifications": "^9.0|^10.0|^11.0", "illuminate/support": "^9.0|^10.0|^11.0", - "minishlink/web-push": "^8.0" + "minishlink/web-push": "^9.0" }, "require-dev": { "mockery/mockery": "~1.0",