1{
2  "name": "drupal/core-uuid",
3  "description": "UUID generation and validation.",
4  "type": "library",
5  "license": "GPL-2.0-or-later",
6  "support": {
7    "issues": "https://www.drupal.org/project/issues/drupal",
8    "irc": "irc://irc.freenode.net/drupal-contribute",
9    "source": "https://www.drupal.org/project/drupal/git-instructions"
10  },
11  "require": {
12    "php": ">=7.0.8"
13  },
14  "autoload": {
15    "psr-4": {
16      "Drupal\\Component\\Uuid\\": ""
17    }
18  }
19}
20