We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aab68b + 5d31c4f commit 4c3a137Copy full SHA for 4c3a137
.php-cs-fixer.dist.php
@@ -1,11 +1,9 @@
1
<?php
2
3
-declare(strict_types=1);
4
-
5
$finder = (new PhpCsFixer\Finder())
6
->in(__DIR__)
7
;
8
9
-return (new Redaxo\PhpCsFixerConfig\Config())
+return (Redaxo\PhpCsFixerConfig\Config::redaxo5())
10
->setFinder($finder)
11
- ;
+;
composer.json
@@ -1,7 +1,6 @@
{
"require-dev": {
- "redaxo/php-cs-fixer-config": "^2.0",
- "friendsofphp/php-cs-fixer": "^3.14"
+ "redaxo/php-cs-fixer-config": "^2.13"
},
"replace": {
"psr/log": "*",
0 commit comments