Skip to content

Commit 57706ec

Browse files
committed
Updated psalm to v6. Removed ignore-platform-requs for PHP 8.4 in Laminas CI configuration
Signed-off-by: Eric Richer eric.richer@vistoconsulting.com <eric.richer@vistoconsulting.com>
1 parent 3413daf commit 57706ec

File tree

3 files changed

+477
-146
lines changed

3 files changed

+477
-146
lines changed

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"laminas/laminas-coding-standard": "^3.0",
1616
"phpunit/phpunit": "^10.5",
1717
"psalm/plugin-phpunit": "^0.19",
18-
"vimeo/psalm": "^5.25"
18+
"vimeo/psalm": "^6.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)