Skip to content

Commit

Permalink
Merge pull request #44 from visto9259/master
Browse files Browse the repository at this point in the history
Minor udpates to README and composer.json
  • Loading branch information
visto9259 authored May 16, 2024
2 parents a5e63d2 + 8e549f2 commit 082ce67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ of zfc-rbac v2, please use [LM-Commons/LmcRbacMvc](https://github.com/LM-Commons

## Requirements

- PHP 7.2 or higher
- PHP 7.3 or higher

**Note:** PHP 7.3 and 8.0 are no longer actively tested

## Optional

- [DoctrineModule](https://github.com/doctrine/DoctrineModule): if you want to use some built-in role and permission providers.
- [Laminas\DeveloperTools](https://github.com/zendframework/Laminas\DeveloperTools): if you want to have useful stats added to
the Laminas Developer toolbar.

## Upgrade

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.3 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.1",
"doctrine/persistence": "^2.0 || ^3.0"
Expand Down

0 comments on commit 082ce67

Please sign in to comment.