{
  "name": "vardot/entity-definition-update-manager",
  "description": "Entity Definition Update Manager - Provides developers with a class to perform automatic entity updates.",
  "type": "library",
  "homepage": "https://github.com/Vardot/entity-definition-update-manager",
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "authors": [
    {
      "name": "Vardot",
      "homepage": "https://github.com/Vardot",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "https://github.com/Vardot/entity-definition-update-manager/issues",
    "source": "https://github.com/Vardot/entity-definition-update-manager.git"
  },
  "require": {
    "drupal/core": "~8.9 || ~9 || ~10 || ~11"
  },
  "extra": {
    "branch-alias": {
      "dev-1.0.x": "1.0.x-dev"
    },
    "class": "Vardot\\Entity\\EntityDefinitionUpdateManager"
  },
  "autoload": {
    "psr-4": { "Vardot\\Entity\\": "src/Entity/" }
  }
}
