1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 12:35:16 +01:00
MadelineProto/vendor-bin/check/composer.json
Daniil Gentili 9ba6cf3454
Some checks failed
ci/woodpecker/push/build Pipeline failed
Merge branch 'v7' into stable
2023-01-12 15:01:33 +01:00

16 lines
401 B
JSON

{
"require": {
"psalm/phar": "^5",
"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
}
}
}