-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 831 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 831 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
{
"name": "rentpost/coding-standard-php",
"description": "RentPost coding standards for PHP",
"license": "MIT",
"type": "phpcodesniffer-standard",
"keywords": ["phpcs", "phpstan", "coding-standard", "static-analysis"],
"homepage": "https://github.com/rentpost/coding-standard-php",
"authors": [
{
"name": "RentPost",
"homepage": "https://www.rentpost.com"
}
],
"require": {
"php": ">=8.4",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"squizlabs/php_codesniffer": "^4.0",
"phpstan/phpstan": "^1.10",
"slevomat/coding-standard": "^8.26"
},
"bin": ["bin/init-githooks"],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}