composer.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "magento/framework",
  3. "description": "N/A",
  4. "type": "magento2-library",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "config": {
  10. "sort-packages": true
  11. },
  12. "require": {
  13. "php": "~7.1.3||~7.2.0",
  14. "ext-curl": "*",
  15. "ext-dom": "*",
  16. "ext-gd": "*",
  17. "ext-hash": "*",
  18. "ext-iconv": "*",
  19. "ext-openssl": "*",
  20. "ext-simplexml": "*",
  21. "ext-spl": "*",
  22. "ext-xsl": "*",
  23. "ext-bcmath": "*",
  24. "lib-libxml": "*",
  25. "colinmollenhour/php-redis-session-abstract": "~1.4.0",
  26. "composer/composer": "^1.6",
  27. "magento/zendframework1": "~1.14.0",
  28. "monolog/monolog": "^1.17",
  29. "oyejorge/less.php": "~1.7.0",
  30. "symfony/console": "~4.1.0",
  31. "symfony/process": "~4.1.0",
  32. "tedivm/jshrink": "~1.3.0",
  33. "zendframework/zend-code": "~3.3.0",
  34. "zendframework/zend-crypt": "^2.6.0",
  35. "zendframework/zend-http": "^2.6.0",
  36. "zendframework/zend-mvc": "~2.7.0",
  37. "zendframework/zend-stdlib": "^2.7.7",
  38. "zendframework/zend-uri": "^2.5.1",
  39. "zendframework/zend-validator": "^2.6.0"
  40. },
  41. "archive": {
  42. "exclude": [
  43. "Amqp",
  44. "Bulk",
  45. "MessageQueue"
  46. ]
  47. },
  48. "suggest": {
  49. "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
  50. },
  51. "autoload": {
  52. "psr-4": {
  53. "Magento\\Framework\\": ""
  54. },
  55. "files": [
  56. "registration.php"
  57. ]
  58. },
  59. "version": "102.0.1"
  60. }