Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2018-02-12 16:17:43 +0300
committerMichal Čihař <michal@cihar.com>2018-02-12 16:17:43 +0300
commit0870b2b0ae73d5b61357ef5d85cec179d35cc0e7 (patch)
tree5f2c7c57f3a5806e4976d7c1a4b2c411cb59b88c /composer.json
parent3e1f8b2e6e627be3f429a6362ca117b9eb785801 (diff)
Set system locales separately
The motranslator no longer does this, see https://github.com/phpmyadmin/motranslator/issues/24 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 596dae291b..11e4343072 100644
--- a/composer.json
+++ b/composer.json
@@ -39,7 +39,7 @@
"ext-pcre": "*",
"ext-json": "*",
"phpmyadmin/sql-parser": "^4.2.3",
- "phpmyadmin/motranslator": "^3.4",
+ "phpmyadmin/motranslator": "^4.0",
"phpmyadmin/shapefile": "^2.0",
"tecnickcom/tcpdf": "^6.2",
"phpseclib/phpseclib": "^2.0",