{
  "name": "mageplaza/module-ajax-layered-navigation",
  "description": "Magento 2 Ajax Layered Navigation Extension",
  "require": {
    "php": "~8.2.0 || ~8.3.0 || ~8.4.0"
    "mageplaza/module-core": "^1.4.12"
  },
  "type": "magento2-module",
  "version": "4.0.5",
  "license": "proprietary",
  "authors": [
    {
      "name": "Mageplaza",
      "email": "support@mageplaza.com",
      "homepage": "https://www.mageplaza.com",
      "role": "Technical Support"
    }
  ],
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Mageplaza\\AjaxLayer\\": ""
    }
  }
}
