You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

47 lines
1.4 KiB

  1. {
  2. "name": "magento/module-configurable-product",
  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-p1",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-backend": "102.0.*",
  17. "magento/module-catalog": "104.0.*",
  18. "magento/module-catalog-inventory": "100.4.*",
  19. "magento/module-checkout": "100.4.*",
  20. "magento/module-customer": "103.0.*",
  21. "magento/module-eav": "102.1.*",
  22. "magento/module-media-storage": "100.4.*",
  23. "magento/module-quote": "101.2.*",
  24. "magento/module-store": "101.1.*",
  25. "magento/module-ui": "101.2.*"
  26. },
  27. "suggest": {
  28. "magento/module-msrp": "100.4.*",
  29. "magento/module-webapi": "100.4.*",
  30. "magento/module-sales": "103.0.*",
  31. "magento/module-sales-rule": "101.2.*",
  32. "magento/module-product-video": "100.4.*",
  33. "magento/module-configurable-sample-data": "Sample Data version: 100.4.*",
  34. "magento/module-product-links-sample-data": "Sample Data version: 100.4.*",
  35. "magento/module-tax": "100.4.*"
  36. },
  37. "autoload": {
  38. "files": [
  39. "registration.php"
  40. ],
  41. "psr-4": {
  42. "Magento\\ConfigurableProduct\\": ""
  43. }
  44. }
  45. }