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.
 
 
 
 
 
 

30 lines
636 B

  1. {
  2. "name": "magento/module-mysql-mq",
  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.3",
  13. "require": {
  14. "magento/framework": "103.0.*",
  15. "magento/framework-message-queue": "100.4.*",
  16. "magento/magento-composer-installer": "*",
  17. "magento/module-store": "101.1.*",
  18. "php": "~7.4.0||~8.1.0"
  19. },
  20. "autoload": {
  21. "files": [
  22. "registration.php"
  23. ],
  24. "psr-4": {
  25. "Magento\\MysqlMq\\": ""
  26. }
  27. }
  28. }