Skip to content

Commit

Permalink
ADOdb version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
istiak101 committed Jul 28, 2023
1 parent ada7727 commit 8977dc0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.4",
"ext-pgsql": "*",
"ext-mbstring": "*",
"adodb/adodb-php": "^5.22"
"adodb/adodb-php": "^5.22.6"
},
"minimum-stability": "stable",
"autoload": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libraries/lib.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
$appName = 'phpPgAdmin';

// Application version
$appVersion = '7.14.4-hestiacp';
$appVersion = '7.14.5-hestiacp';

// PostgreSQL and PHP minimum version
global $postgresqlMinVer;
$postgresqlMinVer = '9.6';
$phpMinVer = '7.4';
$postgresqlMinVer = '12';
$phpMinVer = '8.0';

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

0 comments on commit 8977dc0

Please sign in to comment.