Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

50 Zeilen
1.4 KiB

  1. {
  2. "name": "magento/module-checkout",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "config": {
  10. "sort-packages": true
  11. },
  12. "version": "100.4.5-p3",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-captcha": "100.4.*",
  17. "magento/module-catalog": "104.0.*",
  18. "magento/module-catalog-inventory": "100.4.*",
  19. "magento/module-config": "101.2.*",
  20. "magento/module-customer": "103.0.*",
  21. "magento/module-directory": "100.4.*",
  22. "magento/module-eav": "102.1.*",
  23. "magento/module-msrp": "100.4.*",
  24. "magento/module-page-cache": "100.4.*",
  25. "magento/module-payment": "100.4.*",
  26. "magento/module-quote": "101.2.*",
  27. "magento/module-sales": "103.0.*",
  28. "magento/module-sales-rule": "101.2.*",
  29. "magento/module-security": "100.4.*",
  30. "magento/module-shipping": "100.4.*",
  31. "magento/module-store": "101.1.*",
  32. "magento/module-tax": "100.4.*",
  33. "magento/module-theme": "101.1.*",
  34. "magento/module-ui": "101.2.*",
  35. "magento/module-authorization": "100.4.*"
  36. },
  37. "suggest": {
  38. "magento/module-cookie": "100.4.*"
  39. },
  40. "autoload": {
  41. "files": [
  42. "registration.php"
  43. ],
  44. "psr-4": {
  45. "Magento\\Checkout\\": ""
  46. }
  47. }
  48. }