Skip to content

Commit 3b0e43a

Browse files
author
rotimi
committed
Documentation updates
1 parent 66e9ca1 commit 3b0e43a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ A simple, highly flexible and customizable access control package for PHP applic
2525

2626
composer require rotexsoft/versatile-acl
2727

28+
## Branching
29+
30+
These are the branches in this repository:
31+
32+
- **master:** contains code for the latest major version of this package.
33+
- **4.x:** contains code for the **4.x** version of this package. No new features, only bug fixes.
34+
- **1.X:** contains code for the **1.X** version of this package. Abandoned.
35+
2836
## Introduction
2937
A PHP application can use this package to define **Permissionable Entities** (e.g. application users or groups that users can belong to).
3038
* Each entity is an instance of **[\VersatileAcl\Interfaces\PermissionableEntityInterface](src/interfaces/PermissionableEntityInterface.php)**

0 commit comments

Comments
 (0)