Skip to content

Commit 85089ba

Browse files
authored
Merge pull request #243 from gRegorLove/dev/fix-composer
Add allow-plugins to composer.json
2 parents 3294a4c + 7f07021 commit 85089ba

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: .editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ trim_trailing_whitespace = true
66
insert_final_newline = true
77
charset = utf-8
88

9-
[*.yml]
9+
[*.{json,yml}]
1010
indent_style = space
1111
indent_size = 2

Diff for: composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@
1414
"php": ">=5.6.0"
1515
},
1616
"config": {
17-
"platform": {
18-
}
17+
"platform": {
18+
},
19+
"allow-plugins": {
20+
"dealerdirect/phpcodesniffer-composer-installer": true
21+
}
1922
},
2023
"require-dev": {
2124
"mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49",
2225
"squizlabs/php_codesniffer": "^3.6.2",
2326
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
24-
"phpcompatibility/php-compatibility": "^9.3",
27+
"phpcompatibility/php-compatibility": "^9.3",
2528
"yoast/phpunit-polyfills": "^1.0"
2629
},
2730
"scripts": {

0 commit comments

Comments
 (0)