Skip to content

Commit

Permalink
Merge pull request #20 from weierophinney/feature/psalm-integration
Browse files Browse the repository at this point in the history
Provide Psalm integration
  • Loading branch information
weierophinney authored Jun 11, 2021
2 parents 9b1f484 + b058e8c commit b987bec
Show file tree
Hide file tree
Showing 19 changed files with 1,409 additions and 92 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"require-dev": {
"doctrine/dbal": "^2.12.1 || ^3.0.0",
"doctrine/orm": "^2.7.5",
"doctrine/doctrine-mongo-odm-module": "^1.0 || ^2.0.2 || ^3.0.2",
"doctrine/doctrine-orm-module": "^2.1.3",
"doctrine/orm": "^2.7.5",
"laminas-api-tools/api-tools-provider": "^1.2",
"laminas/laminas-coding-standard": "~2.1.4",
"laminas/laminas-i18n": "^2.7.3",
Expand All @@ -53,7 +53,9 @@
"laminas/laminas-test": "^2.6.1 || ^3.0.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.0",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0"
"psalm/plugin-phpunit": "^0.15",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0",
"vimeo/psalm": "^4.7"
},
"suggest": {
"doctrine/doctrine-mongo-odm-module": "^1.0 || ^2.0.2 || ^3.0.2, if you wish to use the Doctrine ODM",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b987bec

Please sign in to comment.