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

16 lines
410 B
JSON
Raw Normal View History

2021-09-15 17:10:38 +02:00
{
"require": {
2023-08-27 10:46:42 +02:00
"vimeo/psalm": "dev-master",
2021-09-15 17:10:38 +02:00
"ennexa/amp-update-cache": "dev-master",
"phpunit/phpunit": "^9",
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",
"squizlabs/php_codesniffer": "^3.7"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
2021-09-15 17:10:38 +02:00
}
}