We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00abc18 commit bf8b5dbCopy full SHA for bf8b5db
build-cs/composer.json
@@ -6,5 +6,10 @@
6
"consistence-community/coding-standard": "^3.11",
7
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
8
"slevomat/coding-standard": "^6.4.1"
9
+ },
10
+ "config": {
11
+ "allow-plugins": {
12
+ "dealerdirect/phpcodesniffer-composer-installer": true
13
+ }
14
}
15
composer.json
@@ -17,7 +17,10 @@
17
"platform": {
18
"php": "7.4.6"
19
},
20
- "sort-packages": true
+ "sort-packages": true,
21
22
+ "phpstan/extension-installer": true
23
24
25
"extra": {
26
"branch-alias": {
0 commit comments