updated uuid contrib module

This commit is contained in:
2019-10-14 10:30:39 +02:00
parent 72e8abe604
commit 9f043d25e9
8 changed files with 282 additions and 30 deletions
@@ -0,0 +1,13 @@
{
"name": "drupal/uuid",
"description": "Extends the entity functionality and adds support for universally unique identifiers.",
"type": "drupal-module",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require-dev": {
"drupal/ctools": "1.x-dev",
"drupal/rest_server": "~3.0",
"drupal/services": "~3.0",
"drupal/entity": "~1.0"
}
}