Crosslinking
parent
6c6c95e506
commit
f21ce43a52
|
@ -72,10 +72,8 @@ Out of the box, composer supports two types:
|
||||||
filesystem. As such, it does not require a dist or source key to be
|
filesystem. As such, it does not require a dist or source key to be
|
||||||
installable.
|
installable.
|
||||||
- **composer-installer:** A package of type `composer-installer` provides an
|
- **composer-installer:** A package of type `composer-installer` provides an
|
||||||
installer for other packages that have a custom type. Symfony could supply a
|
installer for other packages that have a custom type. Read more in the
|
||||||
`symfony/bundle-installer` package, which every bundle would depend on.
|
[dedicated article](articles/custom-installers.md).
|
||||||
Whenever you install a bundle, it will fetch the installer and register it, in
|
|
||||||
order to be able to install the bundle.
|
|
||||||
|
|
||||||
Only use a custom type if you need custom logic during installation. It is
|
Only use a custom type if you need custom logic during installation. It is
|
||||||
recommended to omit this field and have it just default to `library`.
|
recommended to omit this field and have it just default to `library`.
|
||||||
|
|
Loading…
Reference in New Issue