Skip to content

Commit 95640f3

Browse files
authored
Merge pull request #12 from SergiuBota1/issue-11
Support for PHP 8.3
2 parents c2692d2 + a36024a commit 95640f3

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/cs-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
2021

2122
steps:
2223
- name: Checkout

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
2021

2122
steps:
2223
- name: Checkout

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
2021

2122
steps:
2223
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Authorization base package defining interfaces for authorization services to be used with DotKernel applications.
44

55
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-authorization)
6-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-authorization/3.4.0)
6+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-authorization/3.4.1)
77

88
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-authorization)](https://github.com/dotkernel/dot-authorization/issues)
99
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-authorization)](https://github.com/dotkernel/dot-authorization/network)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"laminas-dependency"
1717
],
1818
"require": {
19-
"php": "~8.1.0 || ~8.2.0"
19+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
2020
},
2121
"require-dev": {
2222
"laminas/laminas-coding-standard": "^2.5",

0 commit comments

Comments
 (0)