-
- Downloads
Fix #3962 Moved removed libraries to suggest section
... | @@ -21,9 +21,7 @@ | ... | @@ -21,9 +21,7 @@ |
"mobiledetect/mobiledetectlib": "2.8.3", | "mobiledetect/mobiledetectlib": "2.8.3", | ||
"phpoffice/phpexcel": "1.8.1", | "phpoffice/phpexcel": "1.8.1", | ||
"restler/framework": "^3.0", | "restler/framework": "^3.0", | ||
"tecnickcom/tcpdf": "6.2.12", | "tecnickcom/tcpdf": "6.2.12" | ||
"raven/raven": "^0.12.0", | |||
"firephp/firephp-core": "^0.4.0" | |||
}, | }, | ||
"suggest": { | "suggest": { | ||
"ext-mysqlnd": "To use with MySQL or MariaDB", | "ext-mysqlnd": "To use with MySQL or MariaDB", | ||
... | @@ -38,7 +36,9 @@ | ... | @@ -38,7 +36,9 @@ |
"ext-mbstring": "Handle non UTF-8 databases", | "ext-mbstring": "Handle non UTF-8 databases", | ||
"ext-soap": "Native SOAP", | "ext-soap": "Native SOAP", | ||
"ext-zip": "ODT and Excel support", | "ext-zip": "ODT and Excel support", | ||
"ext-xml": "Excel support" | "ext-xml": "Excel support", | ||
"firephp/firephp-core": "Logging to Firebug console support", | |||
"raven/raven": "Sentry logging server support" | |||
}, | }, | ||
"config": { | "config": { | ||
"vendor-dir": "htdocs/includes" | "vendor-dir": "htdocs/includes" | ||
... | ... |
Please register or sign in to comment