Skip to content

Commit ba61c17

Browse files
author
Jonathan Visser
committed
Move Psalm to dev dependencies
1 parent dcc7d29 commit ba61c17

File tree

2 files changed

+3456
-3456
lines changed

2 files changed

+3456
-3456
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"symfony/http-client": "^5.4",
2525
"symfony/process": "^5.4",
2626
"twig/twig": "^2.12",
27-
"vimeo/psalm": "^6.0",
2827
"webmozart/assert": "^1.11"
2928
},
3029
"autoload": {
@@ -38,7 +37,8 @@
3837
"require-dev": {
3938
"phpro/grumphp-shim": "^1.13",
4039
"phpunit/phpunit": "^9.5",
41-
"squizlabs/php_codesniffer": "^3.7"
40+
"squizlabs/php_codesniffer": "^3.7",
41+
"vimeo/psalm": "^6.0"
4242
},
4343
"config": {
4444
"preferred-install": {

0 commit comments

Comments
 (0)