From 491aa06759472941f22dbd0230ba619eabe164a9 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 29 Jun 2018 10:47:35 +0100 Subject: [PATCH] Issue #2982042 by progga: UUID component's composer.json has wrong description --- core/lib/Drupal/Component/Uuid/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Component/Uuid/composer.json b/core/lib/Drupal/Component/Uuid/composer.json index 8e9cced8713f..fb78d9e0e8b3 100644 --- a/core/lib/Drupal/Component/Uuid/composer.json +++ b/core/lib/Drupal/Component/Uuid/composer.json @@ -1,6 +1,6 @@ { "name": "drupal/core-uuid", - "description": "PHP library for reading PO files.", + "description": "UUID generation and validation.", "type": "library", "license": "GPL-2.0-or-later", "support": {