diff --git a/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php b/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php new file mode 100644 index 00000000..3788194c --- /dev/null +++ b/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php @@ -0,0 +1,13 @@ +in(__DIR__) + ->exclude('var') +; + +return (new PhpCsFixer\Config()) + ->setRules([ + '@Symfony' => true, + ]) + ->setFinder($finder) +; diff --git a/php-cs-fixer/shim/3.0/manifest.json b/php-cs-fixer/shim/3.0/manifest.json new file mode 100644 index 00000000..2d1e9ef2 --- /dev/null +++ b/php-cs-fixer/shim/3.0/manifest.json @@ -0,0 +1,10 @@ +{ + "aliases": ["cs-fixer-shim", "php-cs-fixer-shim"], + "copy-from-recipe": { + ".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php" + }, + "gitignore": [ + "/.php-cs-fixer.php", + "/.php-cs-fixer.cache" + ] +}