2014-05-03 23:19:07 +02:00
|
|
|
{
|
|
|
|
|
"name": "dolibarr/dolibarr",
|
|
|
|
|
"type": "project",
|
|
|
|
|
"description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
|
2016-09-02 21:51:25 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"erp",
|
|
|
|
|
"crm",
|
|
|
|
|
"invoice",
|
|
|
|
|
"sme",
|
|
|
|
|
"proposal",
|
|
|
|
|
"order",
|
|
|
|
|
"stock",
|
|
|
|
|
"agenda"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://www.dolibarr.org",
|
2018-01-24 20:59:40 +01:00
|
|
|
"license": "GPL-3.0-or-later",
|
2014-05-04 19:06:36 +02:00
|
|
|
"support": {
|
2015-09-05 02:38:40 +02:00
|
|
|
"issues": "https://github.com/Dolibarr/dolibarr/issues",
|
2016-09-02 21:51:25 +02:00
|
|
|
"forum": "https://www.dolibarr.org/forum",
|
|
|
|
|
"wiki": "https://wiki.dolibarr.org",
|
2015-09-05 02:38:40 +02:00
|
|
|
"source": "https://github.com/Dolibarr/dolibarr"
|
2014-05-04 19:06:36 +02:00
|
|
|
},
|
2016-05-18 16:26:15 +02:00
|
|
|
"config": {
|
|
|
|
|
"vendor-dir": "htdocs/includes"
|
|
|
|
|
},
|
2014-05-03 23:19:07 +02:00
|
|
|
"require": {
|
2014-05-04 18:31:57 +02:00
|
|
|
"php": ">=5.3.0",
|
2015-05-01 14:03:32 +02:00
|
|
|
"ext-curl": "*",
|
2016-05-18 13:39:57 +02:00
|
|
|
"ccampbell/chromephp": "4.1.0",
|
2016-11-12 16:39:08 +01:00
|
|
|
"ckeditor/ckeditor": "4.5.9",
|
2016-05-18 13:39:57 +02:00
|
|
|
"mike42/escpos-php": "1.2.1",
|
2015-12-07 13:53:59 +01:00
|
|
|
"mobiledetect/mobiledetectlib": "2.8.17",
|
2015-11-03 10:48:57 +01:00
|
|
|
"phpoffice/phpexcel": "1.8.1",
|
2016-05-11 22:38:16 +02:00
|
|
|
"restler/framework": "3.0.0-RC6",
|
2015-12-07 13:48:04 +01:00
|
|
|
"tecnickcom/tcpdf": "6.2.12"
|
2014-05-03 23:19:07 +02:00
|
|
|
},
|
2016-04-08 15:43:30 +02:00
|
|
|
"require-dev": {
|
|
|
|
|
"jakub-onderka/php-parallel-lint": "^0",
|
|
|
|
|
"jakub-onderka/php-console-highlighter": "^0",
|
|
|
|
|
"phpunit/phpunit": "^4",
|
2016-07-23 13:33:04 +02:00
|
|
|
"squizlabs/php_codesniffer": "^2",
|
|
|
|
|
"phpunit/phpunit-selenium": "^2"
|
2016-04-08 15:43:30 +02:00
|
|
|
},
|
2014-05-03 23:19:07 +02:00
|
|
|
"suggest": {
|
2015-08-06 15:58:55 +02:00
|
|
|
"ext-mysqlnd": "To use with MySQL or MariaDB",
|
|
|
|
|
"ext-mysqli": "To use with MySQL or MariaDB",
|
|
|
|
|
"ext-pgsql": "To use with PostgreSQL",
|
|
|
|
|
"ext-mssql": "To use with MSSQL (experimental)",
|
|
|
|
|
"ext-pdo_sqlite": "To use with SQLite (experimental)",
|
|
|
|
|
"ext-gd": "Image manipulation (Required but maybe built-in PHP)",
|
|
|
|
|
"ext-imagick": "Image manipulation (TCPDF)",
|
|
|
|
|
"ext-mcrypt": "(Required but maybe built-in PHP)",
|
|
|
|
|
"ext-openssl": "Secure connections (Emails, SOAP…)",
|
|
|
|
|
"ext-mbstring": "Handle non UTF-8 databases",
|
|
|
|
|
"ext-soap": "Native SOAP",
|
|
|
|
|
"ext-zip": "ODT and Excel support",
|
2015-12-07 13:48:04 +01:00
|
|
|
"ext-xml": "Excel support",
|
2016-09-09 18:55:33 +02:00
|
|
|
"firephp/firephp-core": "Logging to Firebug console support"
|
2014-05-03 23:19:07 +02:00
|
|
|
}
|
|
|
|
|
}
|