lunar-build / sage-lib
Library files for Sage Starter Theme, forked by Lunar Build to support PHP8.1
Installs: 16 387
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 134
Open Issues: 0
Requires
- php: >=8.1
- composer/installers: ~2.0
- illuminate/config: ~8.0
- illuminate/view: ~8.0
Requires (Dev)
- squizlabs/php_codesniffer: ~3.3.1
README
Sage is a WordPress starter theme with a modern development workflow.
Sage Repo: https://github.com/roots/sage
Lunar notes
How to install
Install using the following command:
composer require lunar-build/sage-installer
How to maintain and release updates to Packagist
- Amend source code
- Commit and push to main branch
- Tag the release, incrementing on the previous version
git tag <version>
- Push the tag which triggers an update to packagist repository
git push origin <version>