File tree 4 files changed +134
-131
lines changed
4 files changed +134
-131
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ vendor/
11
11
# tmp files
12
12
/var /*
13
13
! /var /.gitkeep
14
- /branch- *
14
+ /branch- *
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $config = (new PhpCsFixer\Config())
10
10
'@PHP73Migration ' => false ,
11
11
'@PhpCsFixer ' => true ,
12
12
'@PhpCsFixer:risky ' => true ,
13
- '@PSR2 ' => true ,
13
+ '@PSR12 ' => true ,
14
14
'@Symfony ' => true ,
15
15
'@Symfony:risky ' => true ,
16
16
'align_multiline_comment ' => true ,
Original file line number Diff line number Diff line change 38
38
"jfcherng/php-sequence-matcher" : " ^3.2.5"
39
39
},
40
40
"require-dev" : {
41
- "friendsofphp/php-cs-fixer" : " ^2.17 " ,
41
+ "friendsofphp/php-cs-fixer" : " ^2.18 " ,
42
42
"phan/phan" : " ^2.5 || ^3 || ^4" ,
43
43
"phpunit/phpunit" : " >=7 <10" ,
44
44
"squizlabs/php_codesniffer" : " ^3.5"
You can’t perform that action at this time.
0 commit comments