societycms / installer
Package info
github.com/SocietyCMS/composer-installer-plugin
Type:composer-plugin
pkg:composer/societycms/installer
1.0.0
2016-04-15 10:52 UTC
Requires
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2026-03-12 07:07:04 UTC
README
This installer ensures that modules and themes end up in the correct directory:
Usage
Your plugins themselves do not need to require societycms/installer. They only need to specify the type in their composer config:
"type": "societycms-module"
or if you're building a theme:
"type": "societycms-theme"
For more information check out the documentation at societycms.com