From d8f9d36224a4ac3841c473be4e680a6f4ed5c90b Mon Sep 17 00:00:00 2001 From: brendt Date: Wed, 27 May 2026 12:02:07 +0200 Subject: [PATCH 1/2] wip --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3019af8f2..77641010a 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "mikey179/vfsstream": "^2.0@dev", "nesbot/carbon": "^3.8", "nyholm/psr7": "^1.8", - "patrickbussmann/oauth2-apple": "^0.4", + "patrickbussmann/oauth2-apple": "^0.3", "php-di/php-di": "^7.0", "phpat/phpat": "^0.11.0", "phpbench/phpbench": "^1.4", From 0df46914d4104c751dc19772ec3fd2851fa1aa62 Mon Sep 17 00:00:00 2001 From: brendt Date: Wed, 27 May 2026 12:02:59 +0200 Subject: [PATCH 2/2] wip --- composer.json | 2 +- packages/auth/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 77641010a..3019af8f2 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "mikey179/vfsstream": "^2.0@dev", "nesbot/carbon": "^3.8", "nyholm/psr7": "^1.8", - "patrickbussmann/oauth2-apple": "^0.3", + "patrickbussmann/oauth2-apple": "^0.4", "php-di/php-di": "^7.0", "phpat/phpat": "^0.11.0", "phpbench/phpbench": "^1.4", diff --git a/packages/auth/composer.json b/packages/auth/composer.json index 5be23d24a..6de3c4607 100644 --- a/packages/auth/composer.json +++ b/packages/auth/composer.json @@ -15,7 +15,7 @@ "league/oauth2-facebook": "^2.0", "league/oauth2-instagram": "^3.0", "league/oauth2-linkedin": "^5.1", - "patrickbussmann/oauth2-apple": "^0.3", + "patrickbussmann/oauth2-apple": "^0.4", "stevenmaguire/oauth2-microsoft": "^2.2", "thenetworg/oauth2-azure": "^2.2", "riskio/oauth2-auth0": "^2.4",