Skip to content

Commit 7af1fdc

Browse files
authored
Merge pull request #106 from sandesh-as/Php-8.5-support
Allow PHP 8.5 Support
2 parents 062db5d + 9291482 commit 7af1fdc

86 files changed

Lines changed: 2345 additions & 1074 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.laminas-ci.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
{
2-
"ignore_php_platform_requirements": {
3-
"8.4": true
4-
}
52
}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
@@ -32,8 +32,8 @@
3232
}
3333
},
3434
"require": {
35-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
36-
"laminas/laminas-stdlib": "^3.18.0",
35+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
36+
"laminas/laminas-stdlib": "^3.21.0",
3737
"psr/container": "^1.1.1",
3838
"psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0"
3939
},
@@ -42,10 +42,10 @@
4242
"laminas/laminas-servicemanager": "^3.22",
4343
"mikey179/vfsstream": "^1.6.12",
4444
"phpbench/phpbench": "^1.2.7",
45-
"phpunit/phpunit": "^9.6.22",
46-
"psalm/plugin-phpunit": "^0.18.0",
45+
"phpunit/phpunit": "^11.0",
46+
"psalm/plugin-phpunit": "^0.18.0 || ^0.19.0",
4747
"squizlabs/php_codesniffer": "^3.7.1",
48-
"vimeo/psalm": "^5.0"
48+
"vimeo/psalm":"^6.0"
4949
},
5050
"conflict": {
5151
"zendframework/zend-di": "*",

0 commit comments

Comments
 (0)