projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736e347
)
Bump minimum version of PHP required.
author
Robert Treat
<rob@xzilla.net>
Sat, 12 Oct 2019 22:37:53 +0000
(18:37 -0400)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/composer.json
b/composer.json
index d25bfc18b84a1b4d994c97247f67c879ee437102..0c4241d9cf459f0ab592731103370307d81d0fa7 100644
(file)
--- 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": {
}