Skip to content

Commit

Permalink
Merge pull request #40 from Xerkus/feature/php83
Browse files Browse the repository at this point in the history
Add php 8.3 support
  • Loading branch information
Xerkus authored Nov 27, 2023
2 parents 5fbc081 + 7454413 commit 6699e9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# laminas-permissions-rbac

[![Build Status](https://github.com/laminas/laminas-permissions-rbac/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laminas/laminas-permissions-rbac/actions/workflows/continuous-integration.yml)
[![type-coverage](https://shepherd.dev/github/laminas/laminas-permissions-rbac/coverage.svg)](https://shepherd.dev/github/laminas/laminas-permissions-rbac)
[![Psalm level](https://shepherd.dev/github/laminas/laminas-permissions-rbac/level.svg)](https://shepherd.dev/github/laminas/laminas-permissions-rbac)

> ## 🇷🇺 Русским гражданам
>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6699e9b

Please sign in to comment.