c33s / composer-construction-kit-installer
Composer plugin to automatically register C33sConstructionKitBundle Symfony packages
Installs: 173
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=5.4.0
- composer-plugin-api: ^1.0
- symfony/filesystem: ~2.3
- symfony/yaml: ~2.3
Requires (Dev)
- composer/composer: ~1.0.0-alpha9
- fabpot/php-cs-fixer: ~1.10
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2019-07-29 15:11:49 UTC
README
This composer plugin detects installed packages that contain a c33s-building-blocks
extra and lists those blocks
inside {$appDir}/config/config/c33s_construction_kit.composer.yml
.
This is used by c33s/construction-kit-bundle.
Updating manually
To manually trigger the update run composer run-script post-update-cmd
.
Disable the plugin
To completely disable the automatic detection of changes, add the extra
value c33s-construction-kit-disabled: true
to your composer.json
.