We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808f042 commit 2a28fe1Copy full SHA for 2a28fe1
.php_cs renamed to .php-cs-fixer.dist.php
@@ -3,7 +3,7 @@
3
$config = (new PhpCsFixer\Config())
4
->setIndent(" ")
5
->setLineEnding("\n")
6
- ->setCacheFile(__DIR__ . '/.php_cs.cache')
+ ->setCacheFile(__DIR__ . '/.php-cs-fixer.cache')
7
->setRiskyAllowed(true)
8
->setRules([
9
'@PHP71Migration' => true,
composer.json
@@ -38,11 +38,11 @@
38
"jfcherng/php-sequence-matcher": "^3.2.5"
39
},
40
"require-dev": {
41
- "friendsofphp/php-cs-fixer": "^2.18",
+ "friendsofphp/php-cs-fixer": "^2.19",
42
"liip/rmt": "^1.6",
43
"phan/phan": "^2.5 || ^3 || ^4",
44
"phpunit/phpunit": ">=7 <10",
45
- "squizlabs/php_codesniffer": "^3.5"
+ "squizlabs/php_codesniffer": "^3.6"
46
47
"config": {
48
"platform": {
0 commit comments