Improve check setup for required extensions
This commit is contained in:
@@ -15,8 +15,15 @@
|
||||
},
|
||||
"require" : {
|
||||
"php" : ">=5.3",
|
||||
"ext-mbstring" : "*",
|
||||
"ext-gd" : "*",
|
||||
"ext-mbstring" : "*",
|
||||
"ext-hash" : "*",
|
||||
"ext-openssl" : "*",
|
||||
"ext-json" : "*",
|
||||
"ext-hash" : "*",
|
||||
"ext-ctype" : "*",
|
||||
"ext-filter" : "*",
|
||||
"ext-session" : "*",
|
||||
"christian-riesen/otp" : "1.4",
|
||||
"eluceo/ical": "0.8.0",
|
||||
"erusev/parsedown" : "1.6.0",
|
||||
|
||||
Reference in New Issue
Block a user