Skip to content

Commit

Permalink
Remove vimeo/psalm from dev dependencies
Browse files Browse the repository at this point in the history
The "vimeo/psalm" package was removed from the development dependencies in composer.json. This change is likely due to the decision
  • Loading branch information
koriym committed Jun 8, 2024
1 parent ce8c7da commit b19e34e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.3",
"doctrine/coding-standard": "^8.2",
"phpmd/phpmd": "^2.9",
"squizlabs/php_codesniffer": "^3.5",
Expand Down Expand Up @@ -66,5 +65,10 @@
"cs": "Checks the coding standard",
"cs-fix": "Fix the coding standard",
"sa": "Run static analysis"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit b19e34e

Please # to comment.