{ "name": "irstea/php-cs-fixer-shim", "keywords": [ "shim" ], "version": "v2.16.6", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Dariusz RumiƄski", "email": "dariusz.ruminski@gmail.com" } ], "type": "application", "bin": [ "php-cs-fixer" ], "require": { "php": "^7.0", "ext-json": "*", "ext-tokenizer": "*" }, "suggest": { "ext-dom": "For handling output formats in XML", "ext-mbstring": "For handling non-UTF8 characters." }, "replace": { "friendsofphp/php-cs-fixer": "self.version" }, "description": "Shim repository for friendsofphp/php-cs-fixer", "archive": { "exclude": [ ".git*" ] }, "readme": "README.md", "autoload": { "exclude-from-classmap": [ "php-cs-fixer" ] } }