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.
 
 
 
 
 
 

19 lines
463 B

  1. {
  2. "name": "magento/module-test-module-message-queue-configuration",
  3. "description": "test module for message queue configuration",
  4. "require": {
  5. "php": "~7.4.0||~8.0.0",
  6. "magento/framework": "*",
  7. "magento/module-integration": "*"
  8. },
  9. "type": "magento2-module",
  10. "extra": {
  11. "map": [
  12. [
  13. "*",
  14. "Magento/TestModuleMessageQueueConfiguration"
  15. ]
  16. ]
  17. }
  18. }