mirror of
https://github.com/code-rhapsodie/oauth2-apple.git
synced 2026-03-23 20:32:07 +01:00
[PR #3] [CLOSED] update code to php 8 #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/oauth2-apple/pull/3
Author: @AUDUL
Created: 2/19/2026
Status: ❌ Closed
Base:
main← Head:update-code-php8📝 Commits (9)
942a875update code to php 8831c8e0update code to php 8a72cfebupdate code to php 8ba79580update code to php 86952cbeupdate code to php 84b913d7update code to php 850fe607update code to php 8fdcae82update code to php 8e645a8aupdate code to php 8📊 Changes
15 files changed (+186 additions, -408 deletions)
View changed files
📝
.github/workflows/continuous-integration.yml(+1 -3)➖
codecov.yml(+0 -29)📝
composer.json(+3 -4)📝
phpunit.xml(+11 -21)📝
src/Provider/Apple.php(+91 -139)📝
src/Provider/AppleResourceOwner.php(+19 -53)📝
src/Provider/Exception/AppleAccessDeniedException.php(+2 -0)📝
src/Token/AppleAccessToken.php(+13 -40)➖
test/ext/KeyDumpSigner5.php(+0 -29)➖
test/ext/KeyDumpSigner8.php(+0 -24)➖
test/src/KeyDumpSignerLoader.php(+0 -12)📝
test/src/Provider/AppleTest.php(+21 -29)📝
test/src/Provider/TestApple.php(+3 -17)📝
test/src/Token/AppleAccessTokenTest.php(+6 -8)➕
test/src/private_key.pem(+16 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.