Procházet zdrojové kódy

Add note to schema

Jordi Boggiano před 13 roky
rodič
revize
c67d8ee2a3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/composer-schema.json

+ 1 - 1
doc/composer-schema.json

@@ -9,7 +9,7 @@
             "required": true
         },
         "type": {
-            "description": "Package type, either 'Library', or the parent project it applies to if it's a plugin for a framework or application (e.g. 'Symfony2', 'Typo3', 'Drupal', ..).",
+            "description": "Package type, either 'Library', or the parent project it applies to if it's a plugin for a framework or application (e.g. 'Symfony2', 'Typo3', 'Drupal', ..), note that this has to be defined and communicated by any project implementing a custom composer installer, those are just unreliable examples.",
             "type": "string",
             "optional": true
         },