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

Commit

Permalink
PHP 8.3 support added (#15)
Browse files Browse the repository at this point in the history
* PHP 8.3 support added

* Updated associated release patches

* Resolve the pr comments
  • Loading branch information
glo71317 authored Nov 21, 2023
1 parent 3825ffa commit 54b354b
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 224 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.15.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.7.2",
"laminas/laminas-filter": "^2.23.2",
"laminas/laminas-i18n": "^2.7.4",
"laminas/laminas-progressbar": "^2.5.2",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
Expand Down
Loading

0 comments on commit 54b354b

Please sign in to comment.