Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

37 строки
941 B

  1. {
  2. "name": "magento/module-multishipping",
  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",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-checkout": "100.4.*",
  17. "magento/module-customer": "103.0.*",
  18. "magento/module-directory": "100.4.*",
  19. "magento/module-payment": "100.4.*",
  20. "magento/module-quote": "101.2.*",
  21. "magento/module-sales": "103.0.*",
  22. "magento/module-store": "101.1.*",
  23. "magento/module-tax": "100.4.*",
  24. "magento/module-theme": "101.1.*",
  25. "magento/module-captcha": "100.4.*"
  26. },
  27. "autoload": {
  28. "files": [
  29. "registration.php"
  30. ],
  31. "psr-4": {
  32. "Magento\\Multishipping\\": ""
  33. }
  34. }
  35. }