From: Robert Treat Date: Sat, 12 Oct 2019 22:37:53 +0000 (-0400) Subject: Bump minimum version of PHP required. X-Git-Tag: REL_7-12-1~16 X-Git-Url: http://git.postgresql.org/gitweb/review?a=commitdiff_plain;h=9387af78a24035c57fca0df405004ab5ae145bd5;p=phppgadmin.git Bump minimum version of PHP required. Add php-pgsql as a dependency. This resolves issue #71 --- diff --git a/composer.json b/composer.json index d25bfc18..0c4241d9 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,9 @@ "type": "Application", "license": "GPL-2.0+", "require": { - "php": ">=5.0" - }, + "php": ">=7.1", + "ext-pgsql": "*", + }, "minimum-stability": "stable", "autoload": { }