[PR #438] [CLOSED] Add NC 21 and PHP 8 Support #481

Closed
opened 2026-02-26 06:30:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/438
Author: @boppy
Created: 4/3/2021
Status: Closed

Base: masterHead: php8-nc21


📝 Commits (2)

  • 1633c3c Add NC 21 and PHP 8 Support
  • 9a15150 Update NC and PHP Version, and Travis Config

📊 Changes

7 files changed (+5242 additions, -1390 deletions)

View changed files

📝 .travis.yml (+27 -7)
📝 appinfo/info.xml (+3 -3)
📝 composer.json (+3 -1)
📝 composer.lock (+356 -1360)
📝 lib/Service/Gateway/Telegram/Gateway.php (+4 -7)
📝 package-lock.json (+4848 -11)
📝 package.json (+1 -1)

📄 Description

Changed Telegram API Class to one not having a Guzzle requirement. Tested with NC 21.0.0 on PHP 8.0.3 (on Alpine Linux Docker Container).

Fixes https://github.com/nextcloud/twofactor_gateway/issues/426 and https://github.com/nextcloud/twofactor_gateway/issues/425


🔄 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/nextcloud/twofactor_gateway/pull/438 **Author:** [@boppy](https://github.com/boppy) **Created:** 4/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `php8-nc21` --- ### 📝 Commits (2) - [`1633c3c`](https://github.com/nextcloud/twofactor_gateway/commit/1633c3cfa54dda359f6ad51f660f976a895d2ba3) Add NC 21 and PHP 8 Support - [`9a15150`](https://github.com/nextcloud/twofactor_gateway/commit/9a15150138670d7943c43d5e32d470267c26a8c6) Update NC and PHP Version, and Travis Config ### 📊 Changes **7 files changed** (+5242 additions, -1390 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+27 -7) 📝 `appinfo/info.xml` (+3 -3) 📝 `composer.json` (+3 -1) 📝 `composer.lock` (+356 -1360) 📝 `lib/Service/Gateway/Telegram/Gateway.php` (+4 -7) 📝 `package-lock.json` (+4848 -11) 📝 `package.json` (+1 -1) </details> ### 📄 Description Changed Telegram API Class to one not having a Guzzle requirement. Tested with NC 21.0.0 on PHP 8.0.3 (on Alpine Linux Docker Container). Fixes https://github.com/nextcloud/twofactor_gateway/issues/426 and https://github.com/nextcloud/twofactor_gateway/issues/425 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:30:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#481
No description provided.