Skip to content

Commit 996a25d

Browse files
nuxsminRubén D
authored and
Rubén D
committed
* [MOD] Update minimum PHP required version
* [MOD] Update composer version * [MOD] Update sysPass' compatible version Signed-off-by: Rubén D <nuxsmin@yspass.org>
1 parent b17c55e commit 996a25d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"syspass/extension-installer-plugin": "^2.0",
23-
"php": "~7.2 || ~7.3 || ~7.4",
23+
"php": "~7.3 || ~7.4",
2424
"bacon/bacon-qr-code": "^2.0",
2525
"ext-gettext": "*"
2626
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function getAuthor()
223223
*/
224224
public function getVersion()
225225
{
226-
return [2, 1, 1];
226+
return [2, 2, 1];
227227
}
228228

229229
/**
@@ -233,7 +233,7 @@ public function getVersion()
233233
*/
234234
public function getCompatibleVersion()
235235
{
236-
return [3, 1];
236+
return [3, 2];
237237
}
238238

239239
/**

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Authenticator": {
3-
"version": "2.2.0",
4-
"build": "20120801"
3+
"version": "2.2.1",
4+
"build": "21011601"
55
}
66
}

0 commit comments

Comments
 (0)