composer.json 618 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "magento/module-analytics",
  3. "description": "N/A",
  4. "require": {
  5. "php": "~7.1.3||~7.2.0",
  6. "magento/module-backend": "101.0.*",
  7. "magento/module-config": "101.1.*",
  8. "magento/module-integration": "100.3.*",
  9. "magento/module-store": "101.0.*",
  10. "magento/framework": "102.0.*"
  11. },
  12. "type": "magento2-module",
  13. "license": [
  14. "OSL-3.0",
  15. "AFL-3.0"
  16. ],
  17. "autoload": {
  18. "files": [
  19. "registration.php"
  20. ],
  21. "psr-4": {
  22. "Magento\\Analytics\\": ""
  23. }
  24. },
  25. "version": "100.3.1"
  26. }