Skip to content

Commit 4c20d3f

Browse files
committed
Psalm: Add to allow type checking
1 parent 0f7ae5f commit 4c20d3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"require": {
2525
"php": ">=7.1",
26-
"ext-json": "*"
26+
"ext-json": "*",
27+
"vimeo/psalm": "^3.8"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "^7",

0 commit comments

Comments
 (0)