{
  "name":"esalesmedia/contao-legal-age-check",
  "description":"Integrates a simple age verification into Contao CMS.",
  "keywords":["contao", "age", "verification", "legal"],
  "type":"contao-module",
  "license":"proprietary",
  "authors":[
    {
      "name": "Benjamin Roth",
      "homepage": "https://www.esales-media.de"
    }
  ],
  "require":{
    "php": "^5.6 || ^7.0",
    "ext-json": "*",
    "contao/core-bundle": "^3.5 || ^4.4",
    "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
    "codefog/contao-haste": "4.*"
  },
  "extra":{
    "contao": {
      "sources":{
        "": "system/modules/legalAgeCheck"
      }
    }
  }
}