How to Update
Regularly update to keep your theme stable and secure.
Check for updates
The composer outdated
command will check the registry to see if your local installation of the package is outdated:
composer outdated open-function-computers-llc/rad-theme-engine
Update packages
The composer update
command can update either all of your packages or just rad-theme-engine
:
# All Packages
composer update
# Just rad-theme-engine
composer update open-function-computers-llc/rad-theme-engine