lunar-build/sage-lib

Library files for Sage Starter Theme, forked by Lunar Build to support PHP8.1

9.0.11 2022-01-13 10:59 UTC

This package is auto-updated.

Last update: 2024-04-13 15:50:47 UTC


README

Packagist Build Status

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>