composer.json 451 B

12345678910111213141516171819202122
  1. {
  2. "name": "magento/module-inventory-catalog-api",
  3. "description": "N/A",
  4. "require": {
  5. "php": "~7.1.3||~7.2.0",
  6. "magento/framework": "*"
  7. },
  8. "type": "magento2-module",
  9. "license": [
  10. "OSL-3.0",
  11. "AFL-3.0"
  12. ],
  13. "autoload": {
  14. "files": [
  15. "registration.php"
  16. ],
  17. "psr-4": {
  18. "Magento\\InventoryCatalogApi\\": ""
  19. }
  20. },
  21. "version": "1.0.4"
  22. }