mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:34:42 +01:00
16 lines
410 B
JSON
16 lines
410 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"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|