-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
31 lines (31 loc) · 946 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "php-parallel-lint/php-code-style",
"description": "PHP_CodeSniffer rules for projects in the PHP Parallel Lint organisation",
"type": "phpcodesniffer-standard",
"license": "MIT",
"authors": [
{
"name": "Jakub Onderka",
"email": "jakub.onderka@gmail.com",
"homepage": "http://www.acci.cz"
},
{
"name" : "Contributors",
"homepage" : "https://github.com/php-parallel-lint/PHP-Code-Style/graphs/contributors"
}
],
"replace": {
"jakub-onderka/php-code-style": "*"
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "^9.3",
"squizlabs/php_codesniffer": "^3.9.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"lock": false
}
}