From 9e85f5f9d60aa4367a04721929104bb071e946dd Mon Sep 17 00:00:00 2001 From: brabli <67018167+brabli@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:33:13 +0100 Subject: [PATCH] Update readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 01c3a38..8a16c74 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,19 @@ obj="{{ job.kind }}" pcm_badge: base_classes: "base classes here" ``` + +
+ +# Development + +In the host project, require the bundle pinned to the `develop` branch: + +```bash +composer require pcm/badge-bundle:dev-develop +``` + +The `dev-` prefix tells Composer to install from a branch rather than a tagged version. Each time you push a new commit to `develop`, run the following in the host project to pull it in: + +```bash +composer update pcm/badge-bundle +```