Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Apr 25, 2024
1 parent 390ba99 commit a27c18d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Expand Up @@ -16,8 +16,8 @@
</a>

- [PHP File Renderer](#php-file-renderer)
- [Introduction](#introduction)
- [Main Features](#main-features)
- [Introduction](#introduction)
- [Main Features](#main-features)
- [Acknowledgement](#acknowledgement)
- [Changelog](#changelog)
- [Contribution](#contribution)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a27c18d

Please sign in to comment.