Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 12:01:14 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 12:01:14 +0300
commit05da86069bed6086050e6cc29ab147a943704ff7 (patch)
tree09ecb7c428e3cb18deceaf565c69ea7651c83536
parent997a2bdd15003680c06b2b8ed68b37933939e82c (diff)
Drop PHP7.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--.github/workflows/lint-php.yml2
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.json2
-rw-r--r--composer.lock4
5 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index 514e71f..d8694ef 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ["7.3", "7.4", "8.0", "8.1"]
+ php-versions: ["7.4", "8.0", "8.1"]
name: php-lint
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9362ddc..232cfff 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
nextcloud-version: [ 'master', 'stable23', 'stable22' ]
db: ['sqlite']
include:
- - php-versions: 7.3
+ - php-versions: 7.4
nextcloud-versions: stable21
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1620792..e813ff2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
<dependencies>
- <php min-version="7.3" max-version="8.0" />
+ <php min-version="7.4" max-version="8.0" />
<nextcloud min-version="21" max-version="25" />
</dependencies>
<two-factor-providers>
diff --git a/composer.json b/composer.json
index d9e1d8d..5da33ed 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
- "php": "7.3"
+ "php": "7.4"
}
}
}
diff --git a/composer.lock b/composer.lock
index fb30f12..4308b44 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "25c12e8284b9f8fd62043b35a7800712",
+ "content-hash": "09c1164b62a5aafc78af669db767c688",
"packages": [
{
"name": "christian-riesen/base32",
@@ -4671,7 +4671,7 @@
"platform": [],
"platform-dev": [],
"platform-overrides": {
- "php": "7.3"
+ "php": "7.4"
},
"plugin-api-version": "2.3.0"
}