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.
 
 
 
 
 
 

34 wiersze
798 B

  1. {
  2. "name": "magento/module-catalog-rule-configurable",
  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.4",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/magento-composer-installer": "*",
  17. "magento/module-catalog": "104.0.*",
  18. "magento/module-catalog-rule": "101.2.*",
  19. "magento/module-configurable-product": "100.4.*"
  20. },
  21. "suggest": {
  22. "magento/module-catalog-rule": "101.2.*"
  23. },
  24. "autoload": {
  25. "files": [
  26. "registration.php"
  27. ],
  28. "psr-4": {
  29. "Magento\\CatalogRuleConfigurable\\": ""
  30. }
  31. }
  32. }