Skip to content

Commit b987bec

Browse files
Merge pull request #20 from weierophinney/feature/psalm-integration
Provide Psalm integration
2 parents 9b1f484 + b058e8c commit b987bec

File tree

19 files changed

+1409
-92
lines changed

19 files changed

+1409
-92
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
},
4343
"require-dev": {
4444
"doctrine/dbal": "^2.12.1 || ^3.0.0",
45-
"doctrine/orm": "^2.7.5",
4645
"doctrine/doctrine-mongo-odm-module": "^1.0 || ^2.0.2 || ^3.0.2",
4746
"doctrine/doctrine-orm-module": "^2.1.3",
47+
"doctrine/orm": "^2.7.5",
4848
"laminas-api-tools/api-tools-provider": "^1.2",
4949
"laminas/laminas-coding-standard": "~2.1.4",
5050
"laminas/laminas-i18n": "^2.7.3",
@@ -53,7 +53,9 @@
5353
"laminas/laminas-test": "^2.6.1 || ^3.0.1",
5454
"phpspec/prophecy-phpunit": "^2.0",
5555
"phpunit/phpunit": "^9.5.0",
56-
"symfony/yaml": "^2.3 || ^3.0 || ^4.0"
56+
"psalm/plugin-phpunit": "^0.15",
57+
"symfony/yaml": "^2.3 || ^3.0 || ^4.0",
58+
"vimeo/psalm": "^4.7"
5759
},
5860
"suggest": {
5961
"doctrine/doctrine-mongo-odm-module": "^1.0 || ^2.0.2 || ^3.0.2, if you wish to use the Doctrine ODM",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)