Skip to content

Commit

Permalink
Merge pull request #63 from veewee/devdeps
Browse files Browse the repository at this point in the history
Move psalm to dev dependencies
  • Loading branch information
goetas authored May 21, 2021
2 parents a434167 + c58547c commit abfc58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"sort-packages": true
},
"require" : {
"php": "^7.1|^8.0",
"vimeo/psalm": "^3.14"
"php": "^7.1|^8.0"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "^2.10",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"sebastian/phpcpd": "^4.0|^5.0|^6.0"
"sebastian/phpcpd": "^4.0|^5.0|^6.0",
"vimeo/psalm": "^3.14"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit abfc58c

Please sign in to comment.