composer.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "magento/module-downloadable",
  3. "description": "N/A",
  4. "config": {
  5. "sort-packages": true
  6. },
  7. "require": {
  8. "php": "~7.1.3||~7.2.0",
  9. "magento/framework": "102.0.*",
  10. "magento/module-backend": "101.0.*",
  11. "magento/module-catalog": "103.0.*",
  12. "magento/module-catalog-inventory": "100.3.*",
  13. "magento/module-checkout": "100.3.*",
  14. "magento/module-config": "101.1.*",
  15. "magento/module-customer": "102.0.*",
  16. "magento/module-directory": "100.3.*",
  17. "magento/module-eav": "102.0.*",
  18. "magento/module-gift-message": "100.3.*",
  19. "magento/module-media-storage": "100.3.*",
  20. "magento/module-quote": "101.1.*",
  21. "magento/module-sales": "102.0.*",
  22. "magento/module-store": "101.0.*",
  23. "magento/module-tax": "100.3.*",
  24. "magento/module-theme": "101.0.*",
  25. "magento/module-ui": "101.1.*"
  26. },
  27. "suggest": {
  28. "magento/module-downloadable-sample-data": "Sample Data version: 100.3.*"
  29. },
  30. "type": "magento2-module",
  31. "license": [
  32. "OSL-3.0",
  33. "AFL-3.0"
  34. ],
  35. "autoload": {
  36. "files": [
  37. "registration.php"
  38. ],
  39. "psr-4": {
  40. "Magento\\Downloadable\\": ""
  41. }
  42. },
  43. "version": "100.3.1"
  44. }