projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24f5ca
)
Added php-mbstring dependency in composer
author
Jean-Michel Vourgère
<nirgal@debian.org>
Sat, 5 Oct 2019 14:43:54 +0000
(16:43 +0200)
committer
Robert Treat
<rob@xzilla.net>
Sun, 13 Oct 2019 00:29:15 +0000
(20:29 -0400)
composer.json
patch
|
blob
|
blame
|
history
diff --git
a/composer.json
b/composer.json
index 0c4241d9cf459f0ab592731103370307d81d0fa7..634db6d41068a538d919d14933a14175291018bd 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-6,9
+6,9
@@
"require": {
"php": ">=7.1",
"ext-pgsql": "*",
- },
+ "ext-mbstring": "*"
+ },
"minimum-stability": "stable",
"autoload": {
}
}
-