Add required PHP extensions to composer.json

Signed-off-by: Matthias Gutjahr <mattsches@gmail.com>
This commit is contained in:
Matthias Gutjahr 2018-12-27 18:47:35 +01:00
parent 6c2ead0516
commit c5e84cbbf9
No known key found for this signature in database
GPG Key ID: E772FA2F656BFC41
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@
"type": "project",
"require": {
"php": "^7.1.3",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-redis": "*",
"beyondcode/laravel-self-diagnosis": "^1.0.2",
"bitverse/identicon": "^1.1",
"doctrine/dbal": "^2.7",