dolibarr/composer.json.disabled

54 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-05-03 23:19:07 +02:00
{
2019-02-12 04:04:57 +01:00
"name" : "dolibarr/dolibarr",
"type" : "project",
"description" : "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
"keywords" : [
"erp",
"crm",
"invoice",
"sme",
"proposal",
"order",
"stock",
"agenda"
],
"homepage" : "https://www.dolibarr.org",
"license" : "GPL-3.0-or-later",
"support" : {
"issues" : "https://github.com/Dolibarr/dolibarr/issues",
"forum" : "https://www.dolibarr.org/forum",
"wiki" : "https://wiki.dolibarr.org",
"source" : "https://github.com/Dolibarr/dolibarr"
},
"config" : {
"vendor-dir" : "htdocs/includes"
},
"require" : {
2023-05-17 15:44:26 +02:00
"php" : ">=7.1.0",
2019-10-08 11:17:23 +02:00
"ckeditor/ckeditor" : "4.12.1",
2023-05-17 15:44:26 +02:00
"mike42/escpos-php" : "3.0",
"mobiledetect/mobiledetectlib" : "2.8.41",
"phpoffice/phpspreadsheet" : ">=1.12",
2019-02-12 04:04:57 +01:00
"restler/framework" : "3.0.0-RC6",
2020-03-13 02:17:15 +01:00
"tecnickcom/tcpdf" : "6.3.2",
2023-05-17 15:44:26 +02:00
"nnnick/chartjs" : "^3.7.1",
"stripe/stripe-php" : "10.7.0",
2024-01-15 13:58:04 +01:00
"maximebf/debugbar" : "1.18.2"
2019-02-12 04:04:57 +01:00
},
"require-dev" : {
},
"suggest" : {
"ext-mysqlnd" : "To use with MySQL or MariaDB",
"ext-mysqli" : "To use with MySQL or MariaDB",
"ext-pgsql" : "To use with PostgreSQL",
"ext-gd" : "Image manipulation (Required but maybe built-in PHP)",
2019-11-07 18:54:30 +01:00
"ext-imagick" : "Generation of thumbs from PDF",
2024-01-15 13:58:04 +01:00
"ext-intl" : "Intl",
2019-02-12 04:04:57 +01:00
"ext-openssl" : "Secure connections (Emails, SOAP\u2026)",
2019-11-07 18:54:30 +01:00
"ext-mbstring" : "Handle non UTF-8 characters",
2019-02-12 04:04:57 +01:00
"ext-soap" : "Native SOAP",
2019-11-07 18:54:30 +01:00
"ext-zip" : "ODT, Excel and file compression support",
"ext-xml" : "Excel support"
2019-02-12 04:04:57 +01:00
}
2022-04-02 19:27:48 +02:00
}