Bump minimum version of PHP required.
authorRobert Treat <rob@xzilla.net>
Sat, 12 Oct 2019 22:37:53 +0000 (18:37 -0400)
committerRobert Treat <rob@xzilla.net>
Sat, 12 Oct 2019 22:37:53 +0000 (18:37 -0400)
Add php-pgsql as a dependency.

This resolves issue #71

composer.json

index d25bfc18b84a1b4d994c97247f67c879ee437102..0c4241d9cf459f0ab592731103370307d81d0fa7 100644 (file)
@@ -4,8 +4,9 @@
     "type": "Application",
     "license": "GPL-2.0+",
     "require": {
-        "php": ">=5.0"
-    },
+        "php": ">=7.1",
+               "ext-pgsql": "*",
+       },
     "minimum-stability": "stable",
     "autoload": {
     }