File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ trim_trailing_whitespace = true
6
6
insert_final_newline = true
7
7
charset = utf-8
8
8
9
- [* .yml ]
9
+ [* .{json, yml} ]
10
10
indent_style = space
11
11
indent_size = 2
Original file line number Diff line number Diff line change 14
14
"php" : " >=5.6.0"
15
15
},
16
16
"config" : {
17
- "platform" : {
18
- }
17
+ "platform" : {
18
+ },
19
+ "allow-plugins" : {
20
+ "dealerdirect/phpcodesniffer-composer-installer" : true
21
+ }
19
22
},
20
23
"require-dev" : {
21
24
"mf2/tests" : " dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49" ,
22
25
"squizlabs/php_codesniffer" : " ^3.6.2" ,
23
26
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7" ,
24
- "phpcompatibility/php-compatibility" : " ^9.3" ,
27
+ "phpcompatibility/php-compatibility" : " ^9.3" ,
25
28
"yoast/phpunit-polyfills" : " ^1.0"
26
29
},
27
30
"scripts" : {
You can’t perform that action at this time.
0 commit comments