stellarwp / strauss-build
Helper scripts for handling Strauss builds
v0.1.1.3
2023-02-22 23:01 UTC
Requires
- php: ^7.4|^8.0
- composer/composer: *
- json-mapper/json-mapper: ^2.2
- league/flysystem: ^1.0
- symfony/console: ^4|^5
- symfony/finder: ^4|^5
README
This is a helper repository for handling Strauss builds.
Installation
composer require stellarwp/strauss-build
Configuration
The composer.json
file should contain the following:
"scripts": { "strauss": [ "./vendor/bin/stellar-strauss" ], "post-install-cmd": [ "@strauss --command=install" ], "post-update-cmd": [ "@strauss --command=update" ] },