diff --git a/core/lib/Drupal/Component/Plugin/composer.json b/core/lib/Drupal/Component/Plugin/composer.json
new file mode 100644
index 0000000..d925245
--- /dev/null
+++ b/core/lib/Drupal/Component/Plugin/composer.json
@@ -0,0 +1,15 @@
+{
+    "name": "drupal/plugin",
+    "description": "Base building block for a scalable and extensible plug-in system for PHP components and application framework extensions.",
+    "keywords": ["drupal", "plugin", "plugins"],
+    "homepage": "https://drupal.org/project/drupal",
+    "license": "GPL-2.0+",
+    "require": {
+        "php": ">=5.4.2",
+    },
+    "autoload": {
+        "psr-0": {
+            "Drupal\\Component\\Plugin\\": ""
+        }
+    }
+}
