Skip to content

Commit d95e0b8

Browse files
committed
chore: update deps
Signed-off-by: Jack Cherng <[email protected]>
1 parent 4c6e2ab commit d95e0b8

File tree

4 files changed

+134
-131
lines changed

4 files changed

+134
-131
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ vendor/
1111
# tmp files
1212
/var/*
1313
!/var/.gitkeep
14-
/branch-*
14+
/branch-*

.php_cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $config = (new PhpCsFixer\Config())
1010
'@PHP73Migration' => false,
1111
'@PhpCsFixer' => true,
1212
'@PhpCsFixer:risky' => true,
13-
'@PSR2' => true,
13+
'@PSR12' => true,
1414
'@Symfony' => true,
1515
'@Symfony:risky' => true,
1616
'align_multiline_comment' => true,

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jfcherng/php-sequence-matcher": "^3.2.5"
3939
},
4040
"require-dev": {
41-
"friendsofphp/php-cs-fixer": "^2.17",
41+
"friendsofphp/php-cs-fixer": "^2.18",
4242
"phan/phan": "^2.5 || ^3 || ^4",
4343
"phpunit/phpunit": ">=7 <10",
4444
"squizlabs/php_codesniffer": "^3.5"

0 commit comments

Comments
 (0)