From a27c18d4f401e72ed623609a795e06a690b9f005 Mon Sep 17 00:00:00 2001 From: rotimi Date: Thu, 25 Apr 2024 17:32:36 -0600 Subject: [PATCH] Documentation updates --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73ddbb9..4b352eb 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ - [PHP File Renderer](#php-file-renderer) - - [Introduction](#introduction) - - [Main Features](#main-features) + - [Introduction](#introduction) + - [Main Features](#main-features) - [Acknowledgement](#acknowledgement) - [Changelog](#changelog) - [Contribution](#contribution) @@ -82,9 +82,18 @@ related pull requests are greatly welcomed. ` ./vendor/bin/phpunit --coverage-text` +### Branching + +These are the branches in this repository: + +- **master:** contains code for the latest major version of this package +- **1.X:** contains code for the **1.x** version of this package +- **2.X:** contains code for the **2.x** version of this package +- **5.X:** contains code for the **5.x** version of this package + ## Requirements -* PHP 7.4+ +* PHP 8.1+ * Not currently certified for use with HHVM (unit tests failing when run in an HHVM environment). ## Installation