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

Commit

Permalink
PHP 8.3 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Oct 10, 2023
1 parent 588375c commit 0f30366
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 109 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-mbstring": "*",
"laminas/laminas-math": "^3.4",
"laminas/laminas-servicemanager": "^3.11.2",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-stdlib": "^3.8",
"psr/container": "^1.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 0f30366

Please sign in to comment.