{
  "name": "plattenbrand/multistage-event-planner",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "description": "A MultiStage Fair Event Calendar by Plattenbrand GmbH",
  "homepage": "https://www.plattenbrand.de",
  "authors": [
    {
      "name": "Plattenbrand GmbH",
      "email": "info@plattenbrand.de",
      "homepage": "https://github.com/plattenbrand"
    }
  ],
  "keywords": [
    "wordpress"
  ],
  "autoload": {
    "psr-4": {
      "MultiStageEventPlanner\\": "src/"
    },
    "files": [
      "src/helpers.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "MultiStageEventPlanner\\Tests\\": "tests/"
    }
  },
  "require": {
    "php": "^8.0",
    "freemius/wordpress-sdk": "^2.11"
  },
  "scripts": {
    "lint": "pint",
    "test": "echo 'The road to hell is paved with good intentions.'"
  },
  "require-dev": {
    "laravel/pint": "^1.16.0"
  },
  "config": {
    "preferred-install": "dist"
  }
}
