Skip to content

Commit bf8b5db

Browse files
herndlmondrejmirtes
authored andcommitted
Allow Composer plugins
1 parent 00abc18 commit bf8b5db

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: build-cs/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"consistence-community/coding-standard": "^3.11",
77
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
88
"slevomat/coding-standard": "^6.4.1"
9+
},
10+
"config": {
11+
"allow-plugins": {
12+
"dealerdirect/phpcodesniffer-composer-installer": true
13+
}
914
}
1015
}

Diff for: composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"platform": {
1818
"php": "7.4.6"
1919
},
20-
"sort-packages": true
20+
"sort-packages": true,
21+
"allow-plugins": {
22+
"phpstan/extension-installer": true
23+
}
2124
},
2225
"extra": {
2326
"branch-alias": {

0 commit comments

Comments
 (0)