Skip to content

Commit 9669508

Browse files
authored
Merge pull request #23 from dotkernel/issue-21
bumped to php 8.3
2 parents 137bf23 + 8d6c3fa commit 9669508

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.9.2 - 2024-27-03
2+
3+
### Changed
4+
* Bumped to PHP 8.3
5+
6+
### Added
7+
* Nothing
8+
9+
### Deprecated
10+
* Nothing
11+
12+
### Removed
13+
* Nothing
14+
15+
### Fixed
16+
* Nothing
17+
118
## 2.0.0 - 2020-01-30
219

320
### Changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dot-rbac
22

3+
## Note
4+
5+
> **dot-rbac** is in **maintenance** mode.
6+
7+
> This package is considered feature-complete, and is now in **security-only** maintenance mode.
8+
9+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-rbac/2.9.2)
10+
311
Rbac authorization model implementing [dot-authorization](https://github.com/dotkernel/dot-authorization)'s `AuthorizationInterface`. An authorization service is responsible for deciding if the authenticated identity or guest has access to certain parts of the application.
412
The RBAC model defines roles that can be assigned to users. The authorization is done on a role basis, not user basis as in ACL.
513
Each role can have one or multiple permissions/privileges assigned. When deciding if a user is authorized, the requested permission is checked in all user roles and if at least one role has that permission, access is granted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"laminas/laminas-servicemanager": "^3.21.0",
1515
"dotkernel/dot-authorization": "^3.4.0",
1616
"dotkernel/dot-authentication": "^2.3.2",

0 commit comments

Comments
 (0)