123456789101112131415161718192021222324252627 |
- {
- "name": "magento/module-layered-navigation",
- "description": "N/A",
- "config": {
- "sort-packages": true
- },
- "require": {
- "php": "~7.1.3||~7.2.0",
- "magento/framework": "102.0.*",
- "magento/module-catalog": "103.0.*",
- "magento/module-config": "101.1.*"
- },
- "type": "magento2-module",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "autoload": {
- "files": [
- "registration.php"
- ],
- "psr-4": {
- "Magento\\LayeredNavigation\\": ""
- }
- },
- "version": "100.3.1"
- }
|