We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592d98a commit e5caf10Copy full SHA for e5caf10
.php_cs.dist
@@ -19,10 +19,9 @@ return PhpCsFixer\Config::create()
19
'@Symfony' => true,
20
'@Symfony:risky' => true,
21
'@DoctrineAnnotation' => true,
22
- '@PHP56Migration' => true,
23
- '@PHP56Migration:risky' => true,
24
'@PHP71Migration' => true,
25
'@PHP71Migration:risky' => true,
+ '@PHPUnit84Migration:risky' => true,
26
'array_syntax' => ['syntax' => 'short'],
27
'fopen_flags' => true,
28
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],
composer.json
@@ -26,7 +26,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17.1",
29
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^8.4"
30
31
"config": {
32
"sort-packages": true
0 commit comments