Skip to content

Commit

Permalink
AC-9731::laminas/laminas-paginator are compatible with PHP 8.3-fixes …
Browse files Browse the repository at this point in the history
…QA checks
  • Loading branch information
glo05363 committed Nov 3, 2023
1 parent 2b97096 commit c54624b
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 209 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -31,7 +31,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"laminas/laminas-stdlib": "^3.10.1"
},
Expand All @@ -41,7 +41,7 @@
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-config": "^3.8.0",
"laminas/laminas-filter": "^2.30",
"laminas/laminas-servicemanager": "^3.20",
"laminas/laminas-servicemanager": "^3.22",
"laminas/laminas-view": "^2.25",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
Expand Down
Loading

0 comments on commit c54624b

Please sign in to comment.