mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 01:14:39 +01:00
15 lines
387 B
JSON
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
|
|
}
|
|
}
|
|
}
|