Browse Source

Merge pull request #4824 from Bob4ever/patch-1

Update custom-installers.md
Jordi Boggiano 9 years ago
parent
commit
3aa1774622
1 changed files with 1 additions and 1 deletions
  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"
     }
 }
 ```