{
  "name": "vonrotenberg/htmx-bundle",
  "description": "HTMX library for contao",
  "license": "LGPL-3.0-or-later",
  "type": "contao-bundle",
  "authors": [
    {
      "name": "Benjamin Roth",
      "homepage": "https://www.vonrotenberg.de"
    }
  ],
  "homepage": "https://www.vonrotenberg.de",
  "support": {
    "issues": "https://www.vonrotenberg.de"
  },
  "require": {
    "php": "^7.2 || ^8.0",
    "contao/core-bundle": "^4.9 || ^5.0"
  },
  "require-dev": {
    "contao/manager-plugin": "^2.0"
  },
  "conflict": {
    "contao/manager-plugin": "<2.0 || >=3.0"
  },
  "autoload": {
    "psr-4": {
      "vonRotenberg\\HtmxBundle\\": "src/"
    }
  },
  "config": {
    "allow-plugins": {
      "contao-components/installer": true,
      "contao/manager-plugin": true
    }
  },
  "extra": {
    "contao-manager-plugin": "vonRotenberg\\HtmxBundle\\ContaoManager\\Plugin"
  }
}