[PR #297] [MERGED] Add php7.4 support, drop 7.1 and add nightly testing #366

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/297
Author: @ChristophWurst
Created: 12/10/2019
Status: Merged
Merged: 12/10/2019
Merged by: @ChristophWurst

Base: masterHead: enhancement/php74


📝 Commits (3)

  • f79d51c Add php7.4 support, drop 7.1 and add nightly testing
  • 9400be0 Update OCP lib to oldest supported Nextcloud version
  • 063c648 Update testing lib for php7.4

📊 Changes

12 files changed (+635 additions, -465 deletions)

View changed files

📝 .travis.yml (+10 -3)
📝 appinfo/info.xml (+1 -1)
📝 composer.json (+9 -3)
📝 composer.lock (+577 -385)
tests/Unit/Provider/SignalProviderTest.php (+0 -35)
📝 tests/Unit/Provider/SmsProviderTest.php (+9 -7)
📝 tests/Unit/Provider/StateTest.php (+3 -1)
📝 tests/Unit/Provider/TelegramProviderTest.php (+8 -7)
📝 tests/Unit/Service/Gateway/FactoryTest.php (+2 -4)
📝 tests/Unit/Service/SetupServiceTest.php (+9 -7)
📝 tests/Unit/Service/StateStorageTest.php (+7 -5)
tests/phpunit.integration.xml (+0 -7)

📄 Description

No description provided


🔄 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/297 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 12/10/2019 **Status:** ✅ Merged **Merged:** 12/10/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `enhancement/php74` --- ### 📝 Commits (3) - [`f79d51c`](https://github.com/nextcloud/twofactor_gateway/commit/f79d51cd7ef14a8e14631b8fa13d447e9c0521dd) Add php7.4 support, drop 7.1 and add nightly testing - [`9400be0`](https://github.com/nextcloud/twofactor_gateway/commit/9400be0cd491a441bd6c7b48609b2d3a73f78d5c) Update OCP lib to oldest supported Nextcloud version - [`063c648`](https://github.com/nextcloud/twofactor_gateway/commit/063c6481d5a9a3d932303e7d8d9ed7a11d078b1b) Update testing lib for php7.4 ### 📊 Changes **12 files changed** (+635 additions, -465 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+10 -3) 📝 `appinfo/info.xml` (+1 -1) 📝 `composer.json` (+9 -3) 📝 `composer.lock` (+577 -385) ➖ `tests/Unit/Provider/SignalProviderTest.php` (+0 -35) 📝 `tests/Unit/Provider/SmsProviderTest.php` (+9 -7) 📝 `tests/Unit/Provider/StateTest.php` (+3 -1) 📝 `tests/Unit/Provider/TelegramProviderTest.php` (+8 -7) 📝 `tests/Unit/Service/Gateway/FactoryTest.php` (+2 -4) 📝 `tests/Unit/Service/SetupServiceTest.php` (+9 -7) 📝 `tests/Unit/Service/StateStorageTest.php` (+7 -5) ➖ `tests/phpunit.integration.xml` (+0 -7) </details> ### 📄 Description _No description provided_ --- <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:26 +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#366
No description provided.