From ea4f43858eff7f440f176ca369f905210c120c6a Mon Sep 17 00:00:00 2001 From: jb cr <51637606+jbcr@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:51:04 +0200 Subject: [PATCH] :wrench: update Composer config --- composer.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0244ccc..f7bf67d 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,21 @@ { "name": "patrickbussmann/oauth2-apple", + "type": "library", "description": "Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "license": "MIT", "authors": [ { "name": "Patrick Bußmann", "email": "patrick.bussmann@bussmann-it.de", - "homepage": "https://github.com/patrickbussmann" + "homepage": "https://github.com/patrickbussmann", + "role": "Author" } ], + "support": { + "issues": "https://github.com/patrickbussmann/oauth2-apple/issues", + "source": "https://github.com/patrickbussmann/oauth2-apple/" + }, + "homepage": "https://github.com/patrickbussmann/oauth2-apple/#readme", "keywords": [ "oauth", "oauth2", @@ -18,6 +25,7 @@ "apple", "sign-in-with-apple" ], + "prefer-stable": true, "require": { "php": ">=8.1", "ext-json": "*", @@ -43,7 +51,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.4.x-dev" + "dev-master": "0.5.x-dev" } } }