mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Clean up documentation
This commit is contained in:
parent
6717cf1956
commit
486e580db2
13 changed files with 17 additions and 30 deletions
|
@ -191,8 +191,8 @@ with [`Composer\Composer`][4]'s internal state, by providing explicit extension
|
|||
for common plugin requirements.
|
||||
|
||||
Capable Plugins classes must implement the [`Composer\Plugin\Capable`][8] interface
|
||||
and declare their capabilities in the `getCapabilities()` method.
|
||||
This method must return an array, with the _key_ as a Composer Capability class name,
|
||||
and declare their capabilities in the `getCapabilities()` method.
|
||||
This method must return an array, with the _key_ as a Composer Capability class name,
|
||||
and the _value_ as the Plugin's own implementation class name of said Capability:
|
||||
|
||||
```php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue