{
  "name": "terminal42/contao-tablelookupwizard",
  "description": "Contao widget to select records from a foreign table. Useful if you have a large set of records.",
  "keywords": ["contao", "widget", "tablelookupwizard"],
  "type": "contao-module",
  "license": "LGPL-3.0-or-later",
  "authors": [
    {
      "name": "terminal42 gmbh",
      "homepage": "https://www.terminal42.ch"
    }
  ],
  "require": {
    "php": "^5.4 || ^7.0",
    "contao/core-bundle": "~3.2 || ^4.1",
    "contao-community-alliance/composer-plugin": "~2.0 || 3.*",
    "codefog/contao-haste": "^4.16"
  },
  "replace": {
    "contao-legacy/tablelookupwizard": "self.version"
  },
  "extra":{
    "contao": {
      "sources": {
        "": "system/modules/tablelookupwizard"
      }
    }
  },
  "require-dev": {
    "leofeyer/optimize-native-functions-fixer": "^1.0",
    "friendsofphp/php-cs-fixer": "^2.10"
  }
}
