Your IP : 127.0.0.1


Current Path : /home/Mirasvit/Misspell/
Upload File :
Current File : /home/Mirasvit/Misspell/composer.json

{
  "name": "mirasvit/module-misspell",
  "description": "Search Spell Correction",
  "require": {
    "ext-mbstring": "*",
    "magento/framework": "~100.0.0|~100.1.0|~100.2.0|101.0.*|102.0.*",
    "mirasvit/module-core": "dev-master|>=1.2.75"
  },
  "type": "magento2-module",
  "version": "1.0.38",
  "license": [
    "proprietary"
  ],
  "autoload": {
    "files": [
      "src/Misspell/registration.php"
    ],
    "psr-4": {
      "Mirasvit\\Misspell\\": "src/Misspell"
    }
  }
}