Преглед на файлове

Merge pull request #4824 from Bob4ever/patch-1

Update custom-installers.md
Jordi Boggiano преди 9 години
родител
ревизия
3aa1774622
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/articles/custom-installers.md

+ 1 - 1
doc/articles/custom-installers.md

@@ -84,7 +84,7 @@ Example:
         "class": "phpDocumentor\\Composer\\TemplateInstallerPlugin"
     },
     "require": {
-        "composer-plugin-api": "1.0.0"
+        "composer-plugin-api": "^1.0"
     }
 }
 ```