Skip to content

Commit c33a4e7

Browse files
authored
Merge pull request #118 from gsteel/PHP-8.2
Add PHP 8.2, Drop PHP 7.4
2 parents cf438c7 + da22794 commit c33a4e7

17 files changed

+99
-258
lines changed

.coveralls.yml

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

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"gd"
44
],
55
"ignore_php_platform_requirements": {
6-
"8.1": true
6+
"8.2": true
77
}
88
}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"sort-packages": true,
2626
"platform": {
27-
"php": "7.4.99"
27+
"php": "8.0.99"
2828
}
2929
},
3030
"extra": {
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
37+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3838
"psr/http-factory": "^1.0",
3939
"psr/http-message": "^1.0"
4040
},
@@ -46,9 +46,9 @@
4646
"http-interop/http-factory-tests": "^0.9.0",
4747
"laminas/laminas-coding-standard": "^2.4.0",
4848
"php-http/psr7-integration-tests": "^1.1.1",
49-
"phpunit/phpunit": "^9.5.23",
49+
"phpunit/phpunit": "^9.5.25",
5050
"psalm/plugin-phpunit": "^0.17.0",
51-
"vimeo/psalm": "^4.24.0"
51+
"vimeo/psalm": "^4.28"
5252
},
5353
"provide": {
5454
"psr/http-factory-implementation": "1.0",

0 commit comments

Comments
 (0)