mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #449] [MERGED] Add NC 21/22 and PHP 8 support #491
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#491
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/449
Author: @seyfahni
Created: 6/3/2021
Status: ✅ Merged
Merged: 6/11/2021
Merged by: @ChristophWurst
Base:
master← Head:php8-nc21📝 Commits (9)
a0b5a1aAdd NC 21 and PHP 8 Support3ea906dUpdate NC and PHP Version, and Travis Config0f6853eIgnore PhpStorm project files.459bcd8Upgrade composer dependencies to work with PHP 8.5d67d63Fix issues found by php-cs.4ae72aeForce usage of minimal possible PHP version.27eb87cUpdate non-breaking node dependencies.e9c04cbUpdate travis config.37e25c0Ignore php-cs config and PhpStorm project files when packaging with krankerl.📊 Changes
29 files changed (+6767 additions, -3171 deletions)
View changed files
📝
.gitignore(+2 -0)📝
.nextcloudignore(+2 -0)📝
.php-cs-fixer.dist.php(+0 -0)📝
.travis.yml(+27 -29)📝
appinfo/info.xml(+3 -3)📝
composer.json(+7 -4)📝
composer.lock(+1441 -1881)📝
lib/Command/Remove.php(+1 -1)📝
lib/Service/Gateway/SMS/Provider/ClickSendConfig.php(+11 -5)📝
lib/Service/Gateway/SMS/Provider/ClickatellCentralConfig.php(+2 -3)📝
lib/Service/Gateway/SMS/Provider/ClockworkSMSConfig.php(+2 -3)📝
lib/Service/Gateway/SMS/Provider/EcallSMSConfig.php(+2 -3)📝
lib/Service/Gateway/SMS/Provider/HuaweiE3531Config.php(+2 -3)📝
lib/Service/Gateway/SMS/Provider/IProviderConfig.php(+1 -0)📝
lib/Service/Gateway/SMS/Provider/Ovh.php(+21 -21)📝
lib/Service/Gateway/SMS/Provider/OvhConfig.php(+2 -3)📝
lib/Service/Gateway/SMS/Provider/PlaySMSConfig.php(+2 -3)📝
lib/Service/Gateway/SMS/Provider/PuzzelSMS.php(+1 -1)📝
lib/Service/Gateway/SMS/Provider/PuzzelSMSConfig.php(+2 -3)📝
lib/Service/Gateway/SMS/Provider/Sms77IoConfig.php(+2 -3)...and 9 more files
📄 Description
This PR is based on #438, but addresses some additional issues:
composer updateworks with all PHP versions from 7.2 up to 8.0.nextcloudignorethat shouldn't be part of releasesReplaces #438.
Fixes #426 and fixes #425.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.