composer.json.disabled 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name" : "dolibarr/dolibarr",
  3. "type" : "project",
  4. "description" : "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
  5. "keywords" : [
  6. "erp",
  7. "crm",
  8. "invoice",
  9. "sme",
  10. "proposal",
  11. "order",
  12. "stock",
  13. "agenda"
  14. ],
  15. "homepage" : "https://www.dolibarr.org",
  16. "license" : "GPL-3.0-or-later",
  17. "support" : {
  18. "issues" : "https://github.com/Dolibarr/dolibarr/issues",
  19. "forum" : "https://www.dolibarr.org/forum",
  20. "wiki" : "https://wiki.dolibarr.org",
  21. "source" : "https://github.com/Dolibarr/dolibarr"
  22. },
  23. "config" : {
  24. "vendor-dir" : "htdocs/includes"
  25. },
  26. "require" : {
  27. "php" : ">=7.1.0",
  28. "ckeditor/ckeditor" : "4.12.1",
  29. "mike42/escpos-php" : "3.0",
  30. "mobiledetect/mobiledetectlib" : "2.8.41",
  31. "phpoffice/phpspreadsheet" : ">=1.12",
  32. "restler/framework" : "3.0.0-RC6",
  33. "tecnickcom/tcpdf" : "6.3.2",
  34. "nnnick/chartjs" : "^3.7.1",
  35. "stripe/stripe-php" : "10.7.0",
  36. "maximebf/debugbar" : "1.18.2",
  37. "symfony/var-dumper" : ">=3.2"
  38. },
  39. "require-dev" : {
  40. "php-parallel-lint/php-parallel-lint" : "^0",
  41. "php-parallel-lint/php-console-highlighter" : "^0",
  42. "phpunit/phpunit" : "^4",
  43. "squizlabs/php_codesniffer" : "^2",
  44. "phpunit/phpunit-selenium" : "^2",
  45. "rector/rector" : "^0.16.0"
  46. },
  47. "suggest" : {
  48. "ext-mysqlnd" : "To use with MySQL or MariaDB",
  49. "ext-mysqli" : "To use with MySQL or MariaDB",
  50. "ext-pgsql" : "To use with PostgreSQL",
  51. "ext-gd" : "Image manipulation (Required but maybe built-in PHP)",
  52. "ext-imagick" : "Generation of thumbs from PDF",
  53. "ext-mcrypt" : "(Required but maybe built-in PHP)",
  54. "ext-openssl" : "Secure connections (Emails, SOAP\u2026)",
  55. "ext-mbstring" : "Handle non UTF-8 characters",
  56. "ext-soap" : "Native SOAP",
  57. "ext-zip" : "ODT, Excel and file compression support",
  58. "ext-xml" : "Excel support"
  59. }
  60. }