Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

35 wiersze
917 B

  1. {
  2. "name": "magento/module-advanced-pricing-import-export",
  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-catalog": "104.0.*",
  17. "magento/module-catalog-import-export": "101.1.*",
  18. "magento/module-catalog-inventory": "100.4.*",
  19. "magento/module-customer": "103.0.*",
  20. "magento/module-eav": "102.1.*",
  21. "magento/module-import-export": "101.0.*",
  22. "magento/module-store": "101.1.*",
  23. "magento/module-directory": "100.4.*"
  24. },
  25. "autoload": {
  26. "files": [
  27. "registration.php"
  28. ],
  29. "psr-4": {
  30. "Magento\\AdvancedPricingImportExport\\": ""
  31. }
  32. }
  33. }