1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 17:56:32 +01:00
MadelineProto/vendor-bin/check/composer.json

15 lines
387 B
JSON
Raw Normal View History

2021-09-15 17:10:38 +02:00
{
"require": {
"ennexa/amp-update-cache": "dev-master",
2023-01-12 15:01:33 +01:00
"amphp/php-cs-fixer-config": "v2.x-dev",
2022-12-30 19:21:36 +01:00
"slevomat/coding-standard": "^8.7",
2023-09-29 17:51:02 +02:00
"squizlabs/php_codesniffer": "^3.7",
"friendsofphp/php-cs-fixer": "3.24.0"
2022-12-30 19:21:36 +01:00
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
2021-09-15 17:10:38 +02:00
}
}