Add required PHP extensions to composer.json

Signed-off-by: Matthias Gutjahr <mattsches@gmail.com>
pull/701/head
Matthias Gutjahr 2018-12-27 18:47:35 +01:00
rodzic 6c2ead0516
commit c5e84cbbf9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: E772FA2F656BFC41
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -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",