goez / drafter-installer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Install drafter in your php project with ease
Package info
github.com/goez-tools/drafter-installer
Type:custom-installer
pkg:composer/goez/drafter-installer
2.0.2
2022-06-07 04:08 UTC
Requires (Dev)
- composer/composer: ^2.2
- symfony/filesystem: >=5.0
- symfony/process: >=5.0
This package is auto-updated.
Last update: 2025-05-07 10:46:20 UTC
README
Install drafter in your php project with ease.
Installation
The recommended way to install drafter-installer is composer:
composer require hmaus/drafter-installer
Add config to extra:
Pass the tag of drafter to install
"extra": { "drafter-installer-tag": "v3.2.7" }
Add it to scripts:
"scripts": { "install-drafter": "Goez\\Drafter\\Installer::installDrafter" }
You may also consider adding a reference to your update and install hooks:
"scripts": { "post-install-cmd": [ "@install-drafter" ], "post-update-cmd": [ "@install-drafter" ] }