1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2025-09-08 15:40:55 +02:00

[Composer] Add gettext/gettext and boronczyk/localization-middleware dependencies

This commit is contained in:
Hypolite Petovan 2018-11-15 23:40:07 -05:00
commit f6426c1e8a
2 changed files with 174 additions and 2 deletions

View file

@ -30,7 +30,9 @@
"zendframework/zend-escaper": "^2.6",
"bower-asset/bootstrap.native": "^2.0",
"bower-asset/fontawesome": "^5.5",
"gofabian/negotiation-middleware": "^0.1.3"
"gofabian/negotiation-middleware": "^0.1.3",
"gettext/gettext": "^4.6",
"boronczyk/localization-middleware": "^1.4"
},
"require-dev": {
"bower-asset/bootstrap": "^4.1",