composer.json 822 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "magento/module-asynchronous-operations",
  3. "description": "N/A",
  4. "config": {
  5. "sort-packages": true
  6. },
  7. "require": {
  8. "magento/framework": "102.0.*",
  9. "magento/framework-bulk": "100.3.*",
  10. "magento/module-authorization": "100.3.*",
  11. "magento/module-backend": "101.0.*",
  12. "magento/module-ui": "101.1.*",
  13. "php": "~7.1.3||~7.2.0"
  14. },
  15. "suggest": {
  16. "magento/module-admin-notification": "100.3.*",
  17. "magento/module-logging": "101.1.*"
  18. },
  19. "type": "magento2-module",
  20. "license": [
  21. "OSL-3.0",
  22. "AFL-3.0"
  23. ],
  24. "autoload": {
  25. "files": [
  26. "registration.php"
  27. ],
  28. "psr-4": {
  29. "Magento\\AsynchronousOperations\\": ""
  30. }
  31. },
  32. "version": "100.3.1"
  33. }