1
0
Fork 0

Merge pull request #4824 from Bob4ever/patch-1

Update custom-installers.md
pull/4775/head
Jordi Boggiano 2016-01-25 17:58:24 +00:00
commit 3aa1774622
1 changed files with 1 additions and 1 deletions

View File

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