1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "magento/module-reports",
- "description": "N/A",
- "config": {
- "sort-packages": true
- },
- "require": {
- "php": "~7.1.3||~7.2.0",
- "magento/framework": "102.0.*",
- "magento/module-backend": "101.0.*",
- "magento/module-catalog": "103.0.*",
- "magento/module-catalog-inventory": "100.3.*",
- "magento/module-cms": "103.0.*",
- "magento/module-config": "101.1.*",
- "magento/module-customer": "102.0.*",
- "magento/module-downloadable": "100.3.*",
- "magento/module-eav": "102.0.*",
- "magento/module-quote": "101.1.*",
- "magento/module-review": "100.3.*",
- "magento/module-sales": "102.0.*",
- "magento/module-sales-rule": "101.1.*",
- "magento/module-store": "101.0.*",
- "magento/module-tax": "100.3.*",
- "magento/module-widget": "101.1.*",
- "magento/module-wishlist": "101.1.*"
- },
- "type": "magento2-module",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "autoload": {
- "files": [
- "registration.php"
- ],
- "psr-4": {
- "Magento\\Reports\\": ""
- }
- },
- "version": "100.3.1"
- }
|