diff --git a/RECIPES.md b/RECIPES.md index 190a306f..0fc71551 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -15,7 +15,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [doctrine/doctrine-migrations-bundle](https://packagist.org/packages/doctrine/doctrine-migrations-bundle) | [3.1](doctrine/doctrine-migrations-bundle/3.1) | `doctrine-migrations`, `doctrinemigrations`, `migrations` | | [doctrine/mongodb-odm-bundle](https://packagist.org/packages/doctrine/mongodb-odm-bundle) | [5.0](doctrine/mongodb-odm-bundle/5.0) | `doctrine-mongo`, `doctrine-mongodb`, `doctrinemongo`, `doctrinemongodb`, `mongo-odm`, `mongodb-odm`, `mongodbodm`, `mongoodm` | | [easycorp/easyadmin-bundle](https://packagist.org/packages/easycorp/easyadmin-bundle) | [4.14](easycorp/easyadmin-bundle/4.14) | `admin`, `admin-gen`, `admin-generator`, `admingen`, `admingenerator` | -| [friendsofphp/php-cs-fixer](https://packagist.org/packages/friendsofphp/php-cs-fixer) | [3.0](friendsofphp/php-cs-fixer/3.0) | `cs-fixer`, `csfixer`, `php-cs-fixer`, `phpcsfixer` | +| [friendsofphp/php-cs-fixer](https://packagist.org/packages/friendsofphp/php-cs-fixer) | [3.39](friendsofphp/php-cs-fixer/3.39) | `cs-fixer`, `csfixer`, `php-cs-fixer`, `phpcsfixer` | | [hautelook/alice-bundle](https://packagist.org/packages/hautelook/alice-bundle) | [2.2](hautelook/alice-bundle/2.2) | `alice` | | [javiereguiluz/easyadmin-bundle](https://packagist.org/packages/javiereguiluz/easyadmin-bundle) | [1.17](javiereguiluz/easyadmin-bundle/1.17) | | | [league/flysystem-bundle](https://packagist.org/packages/league/flysystem-bundle) | [1.0](league/flysystem-bundle/1.0) | | diff --git a/archived/friendsofphp.php-cs-fixer/97aaf9026490db73b86c23d49e5774bc89d2b232.json b/archived/friendsofphp.php-cs-fixer/97aaf9026490db73b86c23d49e5774bc89d2b232.json new file mode 100644 index 00000000..bf97d656 --- /dev/null +++ b/archived/friendsofphp.php-cs-fixer/97aaf9026490db73b86c23d49e5774bc89d2b232.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "friendsofphp/php-cs-fixer": { + "manifest": { + "copy-from-recipe": { + ".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php" + }, + "gitignore": [ + "/.php-cs-fixer.php", + "/.php-cs-fixer.cache" + ] + }, + "files": { + ".php-cs-fixer.dist.php": { + "contents": [ + "in(__DIR__)", + " ->exclude('var')", + " ->notPath([", + " 'config/bundles.php',", + " 'config/reference.php',", + " ])", + ";", + "", + "return (new PhpCsFixer\\Config())", + " ->setRules([", + " '@Symfony' => true,", + " ])", + " ->setFinder($finder)", + ";", + "" + ], + "executable": false + } + }, + "ref": "97aaf9026490db73b86c23d49e5774bc89d2b232" + } + } +} diff --git a/archived/php-cs-fixer.shim/6cf95ac1baa3d6f5816dd4db7281997912f239a6.json b/archived/php-cs-fixer.shim/6cf95ac1baa3d6f5816dd4db7281997912f239a6.json new file mode 100644 index 00000000..000dadeb --- /dev/null +++ b/archived/php-cs-fixer.shim/6cf95ac1baa3d6f5816dd4db7281997912f239a6.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "php-cs-fixer/shim": { + "manifest": { + "copy-from-recipe": { + ".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php" + }, + "gitignore": [ + "/.php-cs-fixer.php", + "/.php-cs-fixer.cache" + ] + }, + "files": { + ".php-cs-fixer.dist.php": { + "contents": [ + "in(__DIR__)", + " ->exclude('var')", + " ->notPath([", + " 'config/bundles.php',", + " 'config/reference.php',", + " ])", + ";", + "", + "return (new PhpCsFixer\\Config())", + " ->setRules([", + " '@Symfony' => true,", + " ])", + " ->setFinder($finder)", + ";", + "" + ], + "executable": false + } + }, + "ref": "6cf95ac1baa3d6f5816dd4db7281997912f239a6" + } + } +} diff --git a/friendsofphp.php-cs-fixer.3.39.json b/friendsofphp.php-cs-fixer.3.39.json new file mode 100644 index 00000000..bf97d656 --- /dev/null +++ b/friendsofphp.php-cs-fixer.3.39.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "friendsofphp/php-cs-fixer": { + "manifest": { + "copy-from-recipe": { + ".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php" + }, + "gitignore": [ + "/.php-cs-fixer.php", + "/.php-cs-fixer.cache" + ] + }, + "files": { + ".php-cs-fixer.dist.php": { + "contents": [ + "in(__DIR__)", + " ->exclude('var')", + " ->notPath([", + " 'config/bundles.php',", + " 'config/reference.php',", + " ])", + ";", + "", + "return (new PhpCsFixer\\Config())", + " ->setRules([", + " '@Symfony' => true,", + " ])", + " ->setFinder($finder)", + ";", + "" + ], + "executable": false + } + }, + "ref": "97aaf9026490db73b86c23d49e5774bc89d2b232" + } + } +} diff --git a/index.json b/index.json index 1ba33e45..e10d1291 100644 --- a/index.json +++ b/index.json @@ -726,7 +726,8 @@ "2.16", "2.17", "2.19", - "3.0" + "3.0", + "3.39" ], "hautelook/alice-bundle": [ "2.1", diff --git a/php-cs-fixer.shim.3.0.json b/php-cs-fixer.shim.3.0.json index c65a7a06..000dadeb 100644 --- a/php-cs-fixer.shim.3.0.json +++ b/php-cs-fixer.shim.3.0.json @@ -18,6 +18,10 @@ "$finder = (new PhpCsFixer\\Finder())", " ->in(__DIR__)", " ->exclude('var')", + " ->notPath([", + " 'config/bundles.php',", + " 'config/reference.php',", + " ])", ";", "", "return (new PhpCsFixer\\Config())", @@ -31,7 +35,7 @@ "executable": false } }, - "ref": "16422bf8eac6c3be42afe07d37e2abc89d2bdf6b" + "ref": "6cf95ac1baa3d6f5816dd4db7281997912f239a6" } } }