28 lines
657 B
JSON
Executable File
28 lines
657 B
JSON
Executable File
{
|
|
"name": "ipsupply/catalogsearch",
|
|
"description": "Catalog Search",
|
|
"require": {
|
|
"php": "~7.1.3||~7.2.0",
|
|
"lib-libxml": "*",
|
|
"magento/framework": "102.0.*",
|
|
"magento/module-backend": "101.0.*",
|
|
"magento/module-media-storage": "100.3.*",
|
|
"magento/module-store": "101.0.*",
|
|
"magento/module-ui": "101.1.*"
|
|
},
|
|
"type": "magento2-module",
|
|
"version": "100.3.0",
|
|
"license": [
|
|
"OSL-3.0",
|
|
"AFL-3.0"
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"registration.php"
|
|
],
|
|
"psr-4": {
|
|
"IpSupply\\CatalogSearch\\": ""
|
|
}
|
|
}
|
|
}
|