Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. {
  2. "name": "pimcore/pimcore",
  3. "type": "project",
  4. "description": "Content & Product Management Framework (CMS/PIM/E-Commerce)",
  5. "keywords": [
  6. "CMS",
  7. "PIM",
  8. "DAM",
  9. "E-Commerce",
  10. "RAD",
  11. "Product Information Management"
  12. ],
  13. "homepage": "http://www.pimcore.org/",
  14. "license": "GPL-3.0+",
  15. "authors": [
  16. {
  17. "name": "pimcore Team",
  18. "email": "info@pimcore.com",
  19. "homepage": "http://www.pimcore.org/",
  20. "role": "Developer"
  21. }
  22. ],
  23. "support": {
  24. "issues": "https://github.com/pimcore/pimcore/issues",
  25. "wiki": "https://www.pimcore.org/wiki/",
  26. "source": "https://github.com/pimcore/pimcore",
  27. "forum": "https://groups.google.com/forum/#!forum/pimcore",
  28. "docs": "https://www.pimcore.org/wiki/"
  29. },
  30. "config": {
  31. "optimize-autoloader": true
  32. },
  33. "require": {
  34. "php": ">=5.6.0",
  35. "ext-iconv": "*",
  36. "ext-dom": "*",
  37. "ext-SimpleXML": "*",
  38. "ext-gd": "*",
  39. "ext-exif": "*",
  40. "ext-mbstring": "*",
  41. "ext-fileinfo": "*",
  42. "ext-zip": "*",
  43. "ext-zlib": "*",
  44. "ext-bz2": "*",
  45. "ext-openssl": "*",
  46. "pimcore/core-version": "4.6.0",
  47. "zendframework/zendframework1": "~1.12",
  48. "symfony/console": "~3",
  49. "symfony/finder": "~3",
  50. "symfony/process": "~3",
  51. "symfony/var-dumper": "~3",
  52. "symfony/css-selector": "~3",
  53. "symfony/event-dispatcher": "~3",
  54. "filp/whoops": "~2",
  55. "tijsverkoyen/css-to-inline-styles": "~1.5",
  56. "hybridauth/hybridauth": "~2",
  57. "google/apiclient": "~1",
  58. "oyejorge/less.php": "~1.7",
  59. "geoip2/geoip2": "~2",
  60. "psr/log": "*",
  61. "monolog/monolog": "~1",
  62. "sabre/dav": "~3.1",
  63. "pear/net_url2": "~2.2",
  64. "ramsey/uuid": "~3",
  65. "colinmollenhour/credis": "~1",
  66. "endroid/qrcode": "~1.5",
  67. "mpratt/embera": "~1",
  68. "defuse/php-encryption": "~2",
  69. "nesbot/carbon": "~1",
  70. "php-di/php-di": "~5",
  71. "linfo/linfo": "~3",
  72. "amnuts/opcache-gui": "~2",
  73. "vrana/adminer": "~4.2",
  74. "egulias/email-validator": "*",
  75. "neitanod/forceutf8": "~2",
  76. "azuyalabs/yasumi": "dev-master",
  77. "ext-pdo_mysql": "*",
  78. "ext-mysqli": "*",
  79. "guzzlehttp/guzzle": "~6.0",
  80. "thomas-keil/dynamic-dropdown": "^0.9.3",
  81. "symfony/dom-crawler": "^3.3",
  82. "smalot/pdfparser": "^0.11.0"
  83. },
  84. "require-dev": {
  85. "phpunit/phpunit": "^5.0"
  86. },
  87. "suggest": {
  88. "ext-curl": "*",
  89. "ext-mysqli": "*",
  90. "ext-pdo_mysql": "*",
  91. "ext-imagick": "*",
  92. "ext-redis": "*",
  93. "ext-memcache": "*"
  94. },
  95. "autoload": {
  96. "psr-4": {
  97. "Pimcore\\Model\\Object\\": "website/var/classes/Object",
  98. "Pimcore\\Model\\": "pimcore/models",
  99. "Pimcore\\": "pimcore/lib/Pimcore",
  100. "Website\\": [
  101. "website/lib/Website",
  102. "website/models/Website"
  103. ]
  104. },
  105. "psr-0": {
  106. "Website_": [
  107. "website/lib/Website",
  108. "website/models/Website"
  109. ]
  110. }
  111. },
  112. "scripts": {
  113. "post-create-project-cmd": "Pimcore\\Composer::postCreateProject",
  114. "post-install-cmd": "Pimcore\\Composer::postInstall",
  115. "post-update-cmd": "Pimcore\\Composer::postUpdate"
  116. }
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement