Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

69 řádky
1.9 KiB

  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. "version": "103.0.5-p3",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "ext-bcmath": "*",
  16. "ext-curl": "*",
  17. "ext-dom": "*",
  18. "ext-gd": "*",
  19. "ext-hash": "*",
  20. "ext-iconv": "*",
  21. "ext-intl": "*",
  22. "ext-openssl": "*",
  23. "ext-simplexml": "*",
  24. "ext-sodium": "*",
  25. "ext-xsl": "*",
  26. "lib-libxml": "*",
  27. "colinmollenhour/php-redis-session-abstract": "~1.4.5",
  28. "composer/composer": "^1.9 || ^2.0, !=2.2.16",
  29. "ezyang/htmlpurifier": "^4.14",
  30. "guzzlehttp/guzzle": "^7.4.2",
  31. "laminas/laminas-code": "~4.5.0",
  32. "laminas/laminas-escaper": "~2.10.0",
  33. "laminas/laminas-http": "^2.15.0",
  34. "laminas/laminas-mail": "^2.16.0",
  35. "laminas/laminas-mime": "^2.9.1",
  36. "laminas/laminas-stdlib": "^3.7.1",
  37. "laminas/laminas-uri": "^2.9.1",
  38. "laminas/laminas-validator": "^2.17.0",
  39. "magento/composer-dependency-version-audit-plugin": "~0.1",
  40. "magento/zendframework1": "~1.15.0",
  41. "monolog/monolog": "^2.7",
  42. "ramsey/uuid": "~4.2.0",
  43. "symfony/console": "~4.4.0",
  44. "symfony/process": "~4.4.0",
  45. "tedivm/jshrink": "~1.4.0",
  46. "webonyx/graphql-php": "~14.11.6",
  47. "wikimedia/less.php": "^3.0.0"
  48. },
  49. "archive": {
  50. "exclude": [
  51. "Amqp",
  52. "Bulk",
  53. "MessageQueue"
  54. ]
  55. },
  56. "suggest": {
  57. "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
  58. },
  59. "autoload": {
  60. "files": [
  61. "registration.php"
  62. ],
  63. "psr-4": {
  64. "Magento\\Framework\\": ""
  65. }
  66. }
  67. }