Skip to content

Commit 2a43dff

Browse files
committed
Allow BC check to use current Psalm stack
1 parent a4b4540 commit 2a43dff

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"rector/rector": "^2.5.2",
4343
"roave/infection-static-analysis-plugin": "^1.18",
4444
"spatie/phpunit-watcher": "^1.23",
45-
"vimeo/psalm": "^4.30|^5.6",
45+
"vimeo/psalm": "^4.30|^5.6|^6.0",
4646
"yiisoft/di": "^1.0",
4747
"yiisoft/test-support": "^3.0"
4848
},

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0"?>
22
<psalm
33
errorLevel="1"
4+
ensureOverrideAttribute="false"
45
findUnusedBaselineEntry="true"
56
findUnusedCode="false"
67
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)