forked from mirror/Part-DB.Part-DB-server
Use ext-intl for heroku.
This commit is contained in:
parent
f76a49d34f
commit
33ab9e5344
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
"ext-ctype": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-intl": "*",
|
||||
"doctrine/annotations": "^1.6",
|
||||
"friendsofsymfony/ckeditor-bundle": "^2.0",
|
||||
"omines/datatables-bundle": "^0.2.2",
|
||||
|
|
5
composer.lock
generated
5
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "eaa24e28ac00d9141a07d749b1e94c7d",
|
||||
"content-hash": "f522b3aafd33834efa52b3d0f3c0fd0a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
@ -7265,7 +7265,8 @@
|
|||
"php": "^7.1.3",
|
||||
"ext-ctype": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-mbstring": "*"
|
||||
"ext-mbstring": "*",
|
||||
"ext-intl": "*"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue