-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 840 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 840 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": "nexendrie/code-quality",
"description": "Code quality tools for Nexendrie project",
"keywords": [
"code",
"quality",
"testing"
],
"license": "BSD-3-Clause",
"homepage": "https://nexendrie.gitlab.io",
"authors": [
{
"name": "Jakub Konečný",
"email": "jakub.konecny2@centrum.cz"
}
],
"support": {
"docs": "https://nexendrie.gitlab.io/code-quality"
},
"require": {
"php-parallel-lint/php-parallel-lint": "^1.4",
"php-parallel-lint/php-console-highlighter": "^0.5",
"squizlabs/php_codesniffer": "^4.0",
"micheh/phpcs-gitlab": "^2.1",
"nexendrie/testbench": "^2.7.1",
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0"
}
}