diff --git a/core/lib/Drupal/Component/Utility/composer.json b/core/lib/Drupal/Component/Utility/composer.json
new file mode 100644
index 0000000..aead070
--- /dev/null
+++ b/core/lib/Drupal/Component/Utility/composer.json
@@ -0,0 +1,23 @@
+{
+  "name": "drupal/utilty",
+  "description": "Common utility classes for Drupal components.",
+  "keywords": ["drupal"],
+  "homepage": "http://www.drupal.org",
+  "license": "GPL2+",
+  "authors": [
+      {
+          "name": "Dries Buytaert",
+          "email": "dries@1.no-reply.drupal.org"
+      },
+      {
+          "name": "Drupal Community",
+          "homepage": "http://drupal.org"
+      }
+  ],
+  "require": {
+    "php": ">=5.4.0",
+  },
+  "autoload": {
+      "psr-0": { "Drupal\\Component\\Utility\\": "" }
+  }
+}
