Skip to content

Commit ad72bb3

Browse files
authored
Merge pull request #44 from gsteel/php8.5
Drop Support for PHP 8.1, Add Support for PHP 8.5
2 parents 6a3c021 + 7d3f6c3 commit ad72bb3

File tree

6 files changed

+372
-278
lines changed

6 files changed

+372
-278
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.4": false
3+
"8.5": true
44
},
55
"backwardCompatibilityCheck": true
66
}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"config": {
2020
"sort-packages": true,
2121
"platform": {
22-
"php": "8.1.99"
22+
"php": "8.2.99"
2323
},
2424
"allow-plugins": {
2525
"dealerdirect/phpcodesniffer-composer-installer": true
2626
}
2727
},
2828
"require": {
29-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
29+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
3030
},
3131
"require-dev": {
3232
"laminas/laminas-coding-standard": "~3.1.0",
33-
"phpunit/phpunit": "^10.5.45",
33+
"phpunit/phpunit": "^11.5.42",
3434
"psalm/plugin-phpunit": "^0.19.5",
35-
"vimeo/psalm": "^6.10.0"
35+
"vimeo/psalm": "^6.13.1"
3636
},
3737
"suggest": {
3838
"mezzio/mezzio-laminasviewrenderer": "^2.0 to use the laminas-view PhpRenderer template renderer",

0 commit comments

Comments
 (0)