1234567891011121314151617181920212223242526 |
- {
- "name": "magento/module-analytics",
- "description": "N/A",
- "require": {
- "php": "~7.1.3||~7.2.0",
- "magento/module-backend": "101.0.*",
- "magento/module-config": "101.1.*",
- "magento/module-integration": "100.3.*",
- "magento/module-store": "101.0.*",
- "magento/framework": "102.0.*"
- },
- "type": "magento2-module",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "autoload": {
- "files": [
- "registration.php"
- ],
- "psr-4": {
- "Magento\\Analytics\\": ""
- }
- },
- "version": "100.3.1"
- }
|