mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX incorrect composer module type
Was silverstripe/vendormodule, should be silverstripe-vendormodule
This commit is contained in:
parent
5d15d20f0f
commit
cc7aa7b68b
@ -57,7 +57,7 @@ up by [addons.silverstripe.org](http://addons.silverstripe.org/) website due to
|
||||
|
||||
Note that SilverStripe modules have the following distinct characteristics:
|
||||
|
||||
- SilverStripe can hook in to the composer installation process by declaring `type: silverstripe/vendormodule`.
|
||||
- SilverStripe can hook in to the composer installation process by declaring `type: silverstripe-vendormodule`.
|
||||
- Any folder which should be exposed to the public webroot must be declared in the `extra.expose` config.
|
||||
These paths will be automatically rewritten to public urls which don't directly serve files from the `vendor`
|
||||
folder. For instance, `vendor/my-vendor/my-module/client` will be rewritten to
|
||||
|
Loading…
x
Reference in New Issue
Block a user