composer.json 581 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "magento/module-inventory-bundle-product",
  3. "description": "N/A",
  4. "require": {
  5. "php": "~7.1.3||~7.2.0",
  6. "magento/framework": "*",
  7. "magento/module-bundle": "*"
  8. },
  9. "suggest": {
  10. "magento/module-inventory-configuration-api": "1.0.*"
  11. },
  12. "type": "magento2-module",
  13. "license": [
  14. "OSL-3.0",
  15. "AFL-3.0"
  16. ],
  17. "autoload": {
  18. "files": [
  19. "registration.php"
  20. ],
  21. "psr-4": {
  22. "Magento\\InventoryBundleProduct\\": ""
  23. }
  24. },
  25. "version": "1.0.3"
  26. }