File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 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
66insert_final_newline = true
77charset = utf-8
88
9- [* .yml ]
9+ [* .{json, yml} ]
1010indent_style = space
1111indent_size = 2
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments