Skip to content

Commit 8977dc0

Browse files
author
istiak101
committed
ADOdb version bump
1 parent ada7727 commit 8977dc0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.4",
88
"ext-pgsql": "*",
99
"ext-mbstring": "*",
10-
"adodb/adodb-php": "^5.22"
10+
"adodb/adodb-php": "^5.22.6"
1111
},
1212
"minimum-stability": "stable",
1313
"autoload": {

composer.lock

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

libraries/lib.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
$appName = 'phpPgAdmin';
1717

1818
// Application version
19-
$appVersion = '7.14.4-hestiacp';
19+
$appVersion = '7.14.5-hestiacp';
2020

2121
// PostgreSQL and PHP minimum version
2222
global $postgresqlMinVer;
23-
$postgresqlMinVer = '9.6';
24-
$phpMinVer = '7.4';
23+
$postgresqlMinVer = '12';
24+
$phpMinVer = '8.0';
2525

2626
// Check the version of PHP
2727
if (version_compare(phpversion(), $phpMinVer, '<'))

0 commit comments

Comments
 (0)