1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 01:14:39 +01:00
MadelineProto/vendor-bin/check/composer.json
2024-04-15 21:53:01 +02:00

15 lines
387 B
JSON

{
"require": {
"ennexa/amp-update-cache": "dev-master",
"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
}
}
}