1
0
Fork 0

Documentation fixes for composer-plugin type

pull/2236/head
Fabian Vogler 2013-09-06 16:49:01 +02:00
parent 242c58c789
commit 0f9988b065
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ Example:
{
"name": "phpdocumentor/template-installer-plugin",
"type": "composer-installer-plugin",
"type": "composer-plugin",
"license": "MIT",
"autoload": {
"psr-0": {"phpDocumentor\\Composer": "src/"}
@ -97,7 +97,7 @@ Example:
use Composer\Composer;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface
use Composer\Plugin\PluginInterface;
class TemplateInstallerPlugin implements PluginInterface
{