Skip to content

Commit 65b0325

Browse files
authored
Merge pull request #29 from dotkernel/issue-28
Issue #28: Bump Psalm to 6.x
2 parents 4eb9be2 + 321ad6f commit 65b0325

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

Diff for: .github/workflows/codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "8.1"
1919
- "8.2"
2020
- "8.3"
21+
- "8.4"
2122

2223
steps:
2324
- name: Checkout

Diff for: .laminas-ci.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"ignore_php_platform_requirements": {
3-
"8.4": true
4-
},
52
"backwardCompatibilityCheck": true
63
}

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Each role can have one or multiple permissions/privileges assigned.
99
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.
1010

1111
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-rbac)
12-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-rbac/4.0.0)
12+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-rbac/4.0.1)
1313

1414
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-rbac)](https://github.com/dotkernel/dot-rbac/issues)
1515
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-rbac)](https://github.com/dotkernel/dot-rbac/network)

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"require-dev": {
3232
"laminas/laminas-coding-standard": "^3.0",
3333
"phpunit/phpunit": "^10.2",
34-
"vimeo/psalm": "^5.13"
34+
"vimeo/psalm": "^6.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)