File tree Expand file tree Collapse file tree 6 files changed +5
-9
lines changed
Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,12 @@ indent_style = tab
2424[* .rst ]
2525indent_size = 3
2626
27- # MD-Files
28- [* .md ]
29- indent_size = 4
30-
3127# YAML-Files
3228[* .{yaml,yml} ]
3329indent_size = 2
3430
3531# package.json
36- [{ package.json} ]
32+ [package.json ]
3733indent_size = 2
3834
3935# TypoScript
Original file line number Diff line number Diff line change 11/composer.lock
22/public /
33/vendor /
4- /.php_cs .cache
4+ /.php-cs-fixer .cache
File renamed without changes.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function __invoke(ModifyLoadedPageTsConfigEvent $event): void
4646 if (file_exists ($ tsConfigFile )) {
4747 $ fileContents = @file_get_contents ($ tsConfigFile );
4848 if (!isset ($ tsConfig ['uid_ ' . $ pageRecord ['uid ' ]])) {
49- $ tsConfig ['uid_ ' . $ pageRecord ['uid ' ]] = '' ;
49+ $ tsConfig ['uid_ ' . $ pageRecord ['uid ' ]] = '' ;
5050 }
5151 $ tsConfig ['uid_ ' . $ pageRecord ['uid ' ]] .= LF . $ fileContents ;
5252 }
Original file line number Diff line number Diff line change 2424 }
2525 },
2626 "require-dev" : {
27- "typo3/coding-standards" : " ^0.2 .0" ,
27+ "typo3/coding-standards" : " ^0.4 .0" ,
2828 "typo3/tailor" : " ^1.1"
2929 },
3030 "config" : {
Original file line number Diff line number Diff line change 44 'title ' => 'Bolt - An easy TYPO3 integration basis ' ,
55 'description ' => 'This package ships best defaults for integrators ' ,
66 'category ' => 'fe ' ,
7- 'version ' => '2.1 .0 ' ,
7+ 'version ' => '2.2 .0 ' ,
88 'state ' => 'stable ' ,
99 'uploadfolder ' => false ,
1010 'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments