فهرست منبع

Add missing require to example composer.json

Peter Schultz 11 سال پیش
والد
کامیت
9d15a32405
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      doc/articles/custom-installers.md

+ 3 - 0
doc/articles/custom-installers.md

@@ -79,6 +79,9 @@ Example:
         },
         "extra": {
             "class": "phpDocumentor\\Composer\\TemplateInstallerPlugin"
+        },
+        "require": {
+            "composer-plugin-api": "1.0.0"
         }
     }