Skip to content

Commit 2a28fe1

Browse files
committed
chore: update deps
Signed-off-by: Jack Cherng <[email protected]>
1 parent 808f042 commit 2a28fe1

File tree

3 files changed

+187
-130
lines changed

3 files changed

+187
-130
lines changed

.php_cs renamed to .php-cs-fixer.dist.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$config = (new PhpCsFixer\Config())
44
->setIndent(" ")
55
->setLineEnding("\n")
6-
->setCacheFile(__DIR__ . '/.php_cs.cache')
6+
->setCacheFile(__DIR__ . '/.php-cs-fixer.cache')
77
->setRiskyAllowed(true)
88
->setRules([
99
'@PHP71Migration' => true,

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"jfcherng/php-sequence-matcher": "^3.2.5"
3939
},
4040
"require-dev": {
41-
"friendsofphp/php-cs-fixer": "^2.18",
41+
"friendsofphp/php-cs-fixer": "^2.19",
4242
"liip/rmt": "^1.6",
4343
"phan/phan": "^2.5 || ^3 || ^4",
4444
"phpunit/phpunit": ">=7 <10",
45-
"squizlabs/php_codesniffer": "^3.5"
45+
"squizlabs/php_codesniffer": "^3.6"
4646
},
4747
"config": {
4848
"platform": {

0 commit comments

Comments
 (0)