| 123456789101112131415161718192021222324252627282930313233343536373839 | {    "name": "magento/module-swatches",    "description": "Add Swatches to Products",    "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-config": "101.1.*",        "magento/module-configurable-product": "100.3.*",        "magento/module-customer": "102.0.*",        "magento/module-eav": "102.0.*",        "magento/module-page-cache": "100.3.*",        "magento/module-media-storage": "100.3.*",        "magento/module-store": "101.0.*",        "magento/module-theme": "101.0.*"    },    "suggest": {        "magento/module-layered-navigation": "100.3.*",        "magento/module-swatches-sample-data": "Sample Data version: 100.3.*"    },    "type": "magento2-module",    "license": [        "OSL-3.0",        "AFL-3.0"    ],    "autoload": {        "files": [            "registration.php"        ],        "psr-4": {            "Magento\\Swatches\\": ""        }    },    "version": "100.3.1"}
 |