-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 662 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 662 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
{
"name": "ninjify/coding-standard",
"description": "Tuned & very strict coding standards for PHP projects. Trusted by Contributte, Apitte, Nettrine and many others.",
"keywords": ["codesniffer", "codestyle", "ninjify", "php"],
"type": "phpcodesniffer-standard",
"license": ["MIT"],
"homepage": "https://github.com/ninjify/coding-standard",
"authors": [
{
"name": "Milan Felix Šulc",
"homepage": "https://f3l1x.io"
}
],
"require": {
"php": ">=7.2",
"slevomat/coding-standard": "^7.0.18",
"squizlabs/php_codesniffer": "^3.5.8"
},
"extra": {
"branch-alias": {
"dev-master": "0.13.x-dev"
}
}
}