-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 843 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 843 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
30
31
{
"name": "nocworx/phpcs",
"description": "NocWorx PHP Codesniffer",
"license": "MIT",
"type": "phpcodesniffer-standard",
"require": {
"squizlabs/php_codesniffer": "^3.2",
"symplify/coding-standard": "v1.0.0",
"slevomat/coding-standard": "^8.15",
"friendsofphp/php-cs-fixer": "^3.64",
"symfony/dependency-injection": "^7.1",
"symfony/config": "^7.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nocworx/symplify-coding-standard.git"
}
],
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^11.3",
"php-parallel-lint/php-parallel-lint": "^1.4"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}