Skip to content

Commit

Permalink
Merge pull request #67 from Xerkus/feature/php83
Browse files Browse the repository at this point in the history
Add php 8.3 support. Drop php 8.0
  • Loading branch information
Xerkus committed Dec 4, 2023
2 parents ac56467 + 50e564e commit 6a1d29f
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 312 deletions.
8 changes: 0 additions & 8 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
{
"exclude": [
{
"name": "PHPUnit on PHP 8.1 with lowest dependencies"
}
],
"ignore_php_platform_requirements": {
"8.1": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand All @@ -31,7 +31,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-http": "^2.15",
"laminas/laminas-modulemanager": "^2.10",
Expand Down
Loading

0 comments on commit 6a1d29f

Please sign in to comment.