1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 02:54:42 +01:00
MadelineProto/vendor-bin/check/composer.json

17 lines
457 B
JSON

{
"require": {
"vimeo/psalm": "dev-master",
"ennexa/amp-update-cache": "dev-master",
"phpunit/phpunit": "^9",
"amphp/php-cs-fixer-config": "v2.x-dev",
"slevomat/coding-standard": "^8.7",
"squizlabs/php_codesniffer": "^3.7",
"friendsofphp/php-cs-fixer": "3.24.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}