{
  "name": "andras-guseo/mapswap-for-the-events-calendar",
  "minimum-stability": "stable",
  "type": "wordpress-plugin",
  "authors": [
    {
      "name": "Andras",
      "email": "hello@andrasguseo.com"
    }
  ],
  "prefer-stable": true,
  "config": {
    "preferred-install": "dist",
    "platform": {
      "php": "8.0"
    },
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "autoload": {
    "psr-4": {
      "AGU\\MapSwap_For_TEC\\": "src/MapSwap_For_TEC"
    }
  },
  "require-dev": {
    "php": ">=8.0",
    "automattic/vipwpcs": "^3.0"
  }
}
