Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 48b8227

Browse files
Merge pull request #259 from eivydas/feature/php8.3
Allow PHP 8.3
2 parents 27ff0c0 + 91fb0e1 commit 48b8227

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "8.0"
2020
- "8.1"
2121
- "8.2"
22+
- "8.3"
2223
dependencies:
2324
- "highest"
2425
- "lowest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"require": {
35-
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
35+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
3636
"ext-json": "*",
3737
"laminas/laminas-eventmanager": "^3.4",
3838
"laminas/laminas-servicemanager": "^3.11",

0 commit comments

Comments
 (0)