{ "locks": { "friendsofphp/php-cs-fixer": { "version": "2.16", "recipe": { "repo": "2.16", "branch": "master", "version": "2.16", "ref": "c1947bad147704aeaf0285745f0baae927a58959" } } }, "manifests": { "friendsofphp/php-cs-fixer": { "repository": "github.com/symfony/recipes", "package": "friendsofphp/php-cs-fixer", "version": "2.16", "manifest": { "aliases": [ "cs-fixer", "php-cs-fixer" ], "copy-from-recipe": { ".php_cs.dist": ".php_cs.dist" }, "gitignore": [ "/.php_cs", "/.php_cs.cache" ] }, "files": { ".php_cs.dist": { "contents": "in(__DIR__)\n ->exclude('var')\n;\n\nreturn PhpCsFixer\\Config::create()\n ->setRules([\n '@Symfony' => true,\n ])\n ->setFinder($finder)\n;\n", "executable": false, "encoding": "" } }, "origin": "friendsofphp/php-cs-fixer:2.16@github.com/symfony/recipes:master", "is_contrib": false } } }