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