Skip to content

Commit 59e498f

Browse files
Merge pull request #26 from weierophinney/feature/psalm-integration
Provide Psalm integration
2 parents eab9026 + c3bdf35 commit 59e498f

File tree

43 files changed

+3525
-131
lines changed

Some content is hidden

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

43 files changed

+3525
-131
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
"mongodb/mongodb": "^1.1.0",
5656
"phpspec/prophecy-phpunit": "^2.0",
5757
"phpunit/phpunit": "^9.3",
58-
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
58+
"psalm/plugin-phpunit": "^0.16.1",
59+
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0",
60+
"vimeo/psalm": "^4.8"
5961
},
6062
"conflict": {
6163
"doctrine/dbal": "<2.12.0",

0 commit comments

Comments
 (0)