{
  "name": "vardot/varbase-updater",
  "description": "A set of scripts and tools that will help you to update to the newer versions of Varbase.",
  "type": "composer-plugin",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Vardot",
      "homepage": "https://github.com/vardot",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "https://github.com/vardot/varbase-updater/issues",
    "source": "https://github.com//vardot/varbase-updater"
  },
  "require": {
    "composer-plugin-api": "~1.0 || ~2.0",
    "symfony/yaml": "~3.0 || ~4.0"
  },
  "scripts": {
    "update-varbase": "./bin/update-varbase.sh"
  },
  "extra": {
    "branch-alias": {
      "dev-2.x": "2.x-dev"
    },
    "class": "vardot\\Composer\\Plugin\\VarbaseUpdater"
  },
  "autoload": {
    "psr-4": {"vardot\\Composer\\": "src"}
  },
  "bin":[
    "scripts/update/update-varbase.sh"
  ]
}
