[Composer] Add required extensions
This commit is contained in:
parent
5c30f1b177
commit
6077aa5847
1 changed files with 7 additions and 0 deletions
|
@ -14,10 +14,17 @@
|
|||
},
|
||||
"require": {
|
||||
"php": ">=5.6.1",
|
||||
"ext-ctype": "*",
|
||||
"ext-curl": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"ext-gd": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-json": "*",
|
||||
"ext-libxml": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-openssl": "*",
|
||||
"ext-simplexml": "*",
|
||||
"ext-xml": "*",
|
||||
"asika/simple-console": "^1.0",
|
||||
"divineomega/password_exposed": "^2.4",
|
||||
|
|
Loading…
Reference in a new issue