Skip to content

Commit

Permalink
feat: prepare for PHP 8.1 support
Browse files Browse the repository at this point in the history
- Add `~8.1.0` to PHP constraint
- Bump dependency versions to those known to work with 8.1, where possible
- Bump PHPUnit to 9.5.5+
- Remove docheader checking

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Oct 1, 2021
1 parent 2f2273a commit 55ab194
Show file tree
Hide file tree
Showing 5 changed files with 742 additions and 1,201 deletions.
5 changes: 0 additions & 5 deletions .docheader

This file was deleted.

5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"ext-json": "*",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"psr/container": "^1.0"
Expand All @@ -28,9 +28,8 @@
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.7.2",
"laminas/laminas-i18n": "^2.10.3",
"laminas/laminas-servicemanager": "^3.4.1",
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^8.5.8"
"laminas/laminas-servicemanager": "^3.7",
"phpunit/phpunit": "^9.5.5"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 55ab194

Please sign in to comment.