Install Psalm and Sniffer

master
Anton Smirnov 2022-07-23 00:08:21 +03:00
parent c31ac45701
commit ea6a2cf512
1 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,9 @@
"type": "library",
"license": "MIT",
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},
"autoload": {
@ -15,6 +18,9 @@
"ext-gmp": "*"
},
"require-dev": {
"psy/psysh": "*"
"psy/psysh": "*",
"sandfox.dev/code-standard": "^10@dev",
"squizlabs/php_codesniffer": "*",
"vimeo/psalm": "^4.24"
}
}