From b92c6c1148d771eb0f6d637c7ebfb1580ec4deb6 Mon Sep 17 00:00:00 2001 From: rotimi Date: Thu, 9 May 2024 03:00:34 -0600 Subject: [PATCH] Documentation updates --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 53c67bb..8c2e214 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,13 @@ This package contains a Base controller and other classes and functions used by ### Installation `composer require rotexsoft/slim-skeleton-mvc-tools` + +### Branching + +These are the branches in this repository: + +- **master:** contains code for the latest major version of this package +- **5.x:** contains code for the **5.x** versions of this package (currently being synced with master until a newer version 6.x starts being developed on master) +- **4.x:** contains code for the **4.x** versions of this package. No new features, only bug fixes accepted. +- **slim-3-edition:** contains code for the **3.x** versions of this package. No new features, only bug fixes accepted. +- **1.X:** contains code for the **1.x** versions of this package. Abandoned.