Skip to content

Commit 6a65371

Browse files
authored
Merge pull request #28 from gsteel/PHP-8.2
Add support for PHP 8.2, Remove support for PHP 7.4
2 parents 0a177d4 + 5ad8ea5 commit 6a65371

File tree

4 files changed

+106
-192
lines changed

4 files changed

+106
-192
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.1": true
3+
"8.1": false,
4+
"8.2": true
45
}
56
}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"config": {
2121
"sort-packages": true,
2222
"platform": {
23-
"php": "7.4.99"
23+
"php": "8.0.99"
2424
},
2525
"allow-plugins": {
2626
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -29,16 +29,16 @@
2929
"extra": {
3030
},
3131
"require": {
32-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
32+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3333
"laminas/laminas-diactoros": "^2.0",
3434
"laminas/laminas-http": "^2.15",
3535
"psr/http-message": "^1.0"
3636
},
3737
"require-dev": {
38-
"laminas/laminas-coding-standard": "^2.4.0",
39-
"phpunit/phpunit": "^9.5.10",
38+
"laminas/laminas-coding-standard": "~2.4.0",
39+
"phpunit/phpunit": "^9.5.25",
4040
"psalm/plugin-phpunit": "^0.17.0",
41-
"vimeo/psalm": "^4.11"
41+
"vimeo/psalm": "^4.28"
4242
},
4343
"conflict": {
4444
"laminas/laminas-stdlib": "< 3.2.1",

0 commit comments

Comments
 (0)