Skip to content

Commit

Permalink
Merge pull request #31 from laminas/move-psalm-to-dev-deps
Browse files Browse the repository at this point in the history
Move psalm to dev dependencies
  • Loading branch information
weierophinney authored Jun 14, 2021
2 parents a91af63 + d4be3d0 commit 621eced
Show file tree
Hide file tree
Showing 2 changed files with 3,230 additions and 3,230 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.6.3",
"laminas/laminas-zendframework-bridge": "^1.1",
"vimeo/psalm": "^4.7.0",
"psalm/plugin-phpunit": "^0.15.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"require-dev": {
Expand All @@ -46,7 +44,9 @@
"laminas/laminas-serializer": "^2.6.1",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-validator": "^2.8",
"mikey179/vfsstream": "^1.6.8"
"mikey179/vfsstream": "^1.6.8",
"psalm/plugin-phpunit": "^0.16.0",
"vimeo/psalm": "^4.7"
},
"suggest": {
"laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
Expand Down
Loading

0 comments on commit 621eced

Please sign in to comment.