dolibarr/composer.json

53 lines
2 KiB
JSON
Raw Normal View History

2014-05-03 21:19:07 +00: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"],
"homepage": "http://www.dolibarr.org",
2014-05-04 17:06:23 +00:00
"license": "GPL-3.0+",
2014-05-04 17:06:36 +00:00
"support": {
2015-09-05 00:38:40 +00:00
"issues": "https://github.com/Dolibarr/dolibarr/issues",
2014-05-04 17:06:36 +00:00
"forum": "http://www.dolibarr.org/forum",
2015-09-05 00:38:40 +00:00
"wiki": "http://wiki.dolibarr.org",
"irc": "irc://chat.freenode.net/dolibarr",
"source": "https://github.com/Dolibarr/dolibarr"
2014-05-04 17:06:36 +00:00
},
2014-05-03 21:19:07 +00:00
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
2015-08-06 14:16:17 +00:00
"ccampbell/chromephp": "^4.1",
2015-12-10 16:40:41 +00:00
"ckeditor/ckeditor": "dev-full/stable",
2015-11-05 20:09:14 +00:00
"mike42/escpos-php": "dev-master",
2015-12-07 12:53:59 +00:00
"mobiledetect/mobiledetectlib": "2.8.17",
"phpoffice/phpexcel": "1.8.1",
2016-05-11 20:38:16 +00:00
"restler/framework": "3.0.0-RC6",
"tecnickcom/tcpdf": "6.2.12"
2014-05-03 21:19:07 +00:00
},
2016-04-08 13:43:30 +00:00
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0",
"jakub-onderka/php-console-highlighter": "^0",
"phpunit/phpunit": "^4",
"squizlabs/php_codesniffer": "^2"
},
2014-05-03 21:19:07 +00:00
"suggest": {
2015-08-06 13:58:55 +00: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",
"ext-xml": "Excel support",
"firephp/firephp-core": "Logging to Firebug console support",
"raven/raven": "Sentry logging server support"
},
"config": {
"vendor-dir": "htdocs/includes"
2014-05-03 21:19:07 +00:00
}
}