[PR #568] [MERGED] Bump versions #590

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/568
Author: @vitormattos
Created: 5/16/2023
Status: Merged
Merged: 6/1/2023
Merged by: @skjnldsv

Base: masterHead: feature/bump-versions


📝 Commits (3)

📊 Changes

65 files changed (+5569 additions, -4565 deletions)

View changed files

📝 .github/workflows/package.yml (+67 -42)
.github/workflows/phpunit-mysql.yml (+162 -0)
.github/workflows/phpunit-oci.yml (+169 -0)
.github/workflows/phpunit-pgsql.yml (+159 -0)
.github/workflows/phpunit-sqlite.yml (+148 -0)
.github/workflows/phpunit-summary-when-unrelated.yml (+68 -0)
.github/workflows/phpunit.yml (+0 -115)
📝 appinfo/info.xml (+1 -1)
📝 composer.json (+17 -7)
📝 composer.lock (+739 -4256)
📝 lib/Command/Configure.php (+39 -39)
📝 lib/Command/Remove.php (+6 -6)
📝 lib/Command/Status.php (+3 -3)
📝 lib/Command/Test.php (+7 -7)
📝 lib/Controller/SettingsController.php (+3 -3)
📝 lib/Provider/AProvider.php (+5 -5)
📝 lib/Provider/Factory.php (+4 -4)
📝 lib/Provider/SignalProvider.php (+4 -4)
📝 lib/Provider/SmsProvider.php (+4 -4)
📝 lib/Provider/State.php (+7 -7)

...and 45 more files

📄 Description

  • bump telegram-bot/api
  • bump phpunit
  • separated dev dependencies at specific vendor folder
  • apply composer cs:fix

🔄 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/568 **Author:** [@vitormattos](https://github.com/vitormattos) **Created:** 5/16/2023 **Status:** ✅ Merged **Merged:** 6/1/2023 **Merged by:** [@skjnldsv](https://github.com/skjnldsv) **Base:** `master` ← **Head:** `feature/bump-versions` --- ### 📝 Commits (3) - [`9b76d06`](https://github.com/nextcloud/twofactor_gateway/commit/9b76d069b450cbc4b1f4864e49ae13eaed93d02d) Bump versions - [`b67f68e`](https://github.com/nextcloud/twofactor_gateway/commit/b67f68e65e7d1711cd6453bf70b43ea8c6b09d85) feat: migrate phpunit templates - [`18d205d`](https://github.com/nextcloud/twofactor_gateway/commit/18d205d474613f8b32c2f3e9da57c95c20f98336) fix: package workflow ### 📊 Changes **65 files changed** (+5569 additions, -4565 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/package.yml` (+67 -42) ➕ `.github/workflows/phpunit-mysql.yml` (+162 -0) ➕ `.github/workflows/phpunit-oci.yml` (+169 -0) ➕ `.github/workflows/phpunit-pgsql.yml` (+159 -0) ➕ `.github/workflows/phpunit-sqlite.yml` (+148 -0) ➕ `.github/workflows/phpunit-summary-when-unrelated.yml` (+68 -0) ➖ `.github/workflows/phpunit.yml` (+0 -115) 📝 `appinfo/info.xml` (+1 -1) 📝 `composer.json` (+17 -7) 📝 `composer.lock` (+739 -4256) 📝 `lib/Command/Configure.php` (+39 -39) 📝 `lib/Command/Remove.php` (+6 -6) 📝 `lib/Command/Status.php` (+3 -3) 📝 `lib/Command/Test.php` (+7 -7) 📝 `lib/Controller/SettingsController.php` (+3 -3) 📝 `lib/Provider/AProvider.php` (+5 -5) 📝 `lib/Provider/Factory.php` (+4 -4) 📝 `lib/Provider/SignalProvider.php` (+4 -4) 📝 `lib/Provider/SmsProvider.php` (+4 -4) 📝 `lib/Provider/State.php` (+7 -7) _...and 45 more files_ </details> ### 📄 Description * bump telegram-bot/api * bump phpunit * separated dev dependencies at specific vendor folder * apply composer cs:fix --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:33 +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#590
No description provided.