Installing and Updating - airtype/craft-httpmessages GitHub Wiki

Installing

Run composer require airtype/craft-httpmessages in the root of your project.

HttpMessages utilizes Composer Installers, a library that allows Craft plugins to be installed and managed via Composer. After installation, the library will automatically move the httpmessages plugin from the vendor directory to craft/plugins.

Updating

Run composer update. This should update you to the latest non-breaking change release, as defined by Semantic Versioning 2.0.0.