composer.json 706 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
{
  "name": "sm/shopby",
  "authors":[
    {
      "name": "YouTech",
      "email": "contact@ytcvn.com",
      "homepage": "http://magentech.com/"
    }
  ],
  "license": "GPL-2.0+",
  "description": "Ajax layered navigation and product list sections.",
  "keywords": [
    "magento 2",
    "ajax layered navigation",
    "layered navigation",
    "magento2 layered navigation",
    "magento2 ajax catalog",
    "magento2 ajax"
  ],
  "type": "magento2-module",
  "version": "1.0.11",
  "require": {
    "php": "~5.5.9.0|~5.6.0|7.0.2|~7.0.6",
    "magento/framework": "100.0.*|100.1.*"
  },
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Sm\\ShopBy\\": ""
    }
  }
}