-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 880 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 880 Bytes
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
{
"name": "phpmyadmin/coding-standard",
"description": "phpMyAdmin PHP_CodeSniffer Coding Standard",
"keywords": ["phpcs", "CodeSniffer", "phpMyAdmin"],
"license": "MIT",
"type": "phpcodesniffer-standard",
"authors": [
{
"name": "The phpMyAdmin Team",
"email": "developers@phpmyadmin.net",
"homepage": "https://www.phpmyadmin.net/team/"
}
],
"support" : {
"source": "https://github.com/phpmyadmin/coding-standard",
"issues": "https://github.com/phpmyadmin/coding-standard/issues"
},
"require": {
"php": "^8.1",
"doctrine/coding-standard": "^13",
"squizlabs/php_codesniffer": "^3.7"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}