[PR #3] [CLOSED] update code to php 8 #2

Closed
opened 2026-02-27 16:42:44 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/oauth2-apple/pull/3
Author: @AUDUL
Created: 2/19/2026
Status: Closed

Base: mainHead: update-code-php8


📝 Commits (9)

📊 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

  • Update code to PHP 8
  • Remove firebase/php-jwt

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/oauth2-apple/pull/3 **Author:** [@AUDUL](https://github.com/AUDUL) **Created:** 2/19/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-code-php8` --- ### 📝 Commits (9) - [`942a875`](https://github.com/code-rhapsodie/oauth2-apple/commit/942a875dc68e03e8e0c83e8bf5cbc7abcd5b6ea7) update code to php 8 - [`831c8e0`](https://github.com/code-rhapsodie/oauth2-apple/commit/831c8e0e2577e1abcf4913bf063dead26f3a1542) update code to php 8 - [`a72cfeb`](https://github.com/code-rhapsodie/oauth2-apple/commit/a72cfeba830f5666bfbbb8e91a4646a8df6020ad) update code to php 8 - [`ba79580`](https://github.com/code-rhapsodie/oauth2-apple/commit/ba795803bb2602f70c32dcf5a3b0ccc04cd36d60) update code to php 8 - [`6952cbe`](https://github.com/code-rhapsodie/oauth2-apple/commit/6952cbec6df03c8fa73802fc5b598a6edc19d3d2) update code to php 8 - [`4b913d7`](https://github.com/code-rhapsodie/oauth2-apple/commit/4b913d776d1786ed22957b1030c681c73185bd50) update code to php 8 - [`50fe607`](https://github.com/code-rhapsodie/oauth2-apple/commit/50fe6079e3fd5ba8889639950ddea8cc2d1a41da) update code to php 8 - [`fdcae82`](https://github.com/code-rhapsodie/oauth2-apple/commit/fdcae826ed8d41905bf19fb99ed7d9d3b39752d8) update code to php 8 - [`e645a8a`](https://github.com/code-rhapsodie/oauth2-apple/commit/e645a8afa2197979d203b03fc94286060ab3f69f) update code to php 8 ### 📊 Changes **15 files changed** (+186 additions, -408 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description * Update code to PHP 8 * Remove firebase/php-jwt --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-02-27 16:42:44 +01:00
admin closed this issue 2026-02-27 16:42:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/oauth2-apple#2