mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #438] [CLOSED] Add NC 21 and PHP 8 Support #481
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#481
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/nextcloud/twofactor_gateway/pull/438
Author: @boppy
Created: 4/3/2021
Status: ❌ Closed
Base:
master← Head:php8-nc21📝 Commits (2)
1633c3cAdd NC 21 and PHP 8 Support9a15150Update 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.