{ "name": "ely/php-code-style", "description": "Set of PHP-CS-Fixer rules used in the development of Ely.by PHP projects", "keywords": ["php-cs-fixer", "code style"], "homepage": "https://github.com/elyby/php-code-style", "authors": [ { "name": "Ely.by team", "email": "team@ely.by" }, { "name": "ErickSkrauch", "email": "erickskrauch@ely.by" } ], "license": "Apache-2.0", "type": "library", "require": { "php": "^7.0", "friendsofphp/php-cs-fixer": "^2.13.0" }, "require-dev": { "phpunit/phpunit": "^6.5.1" }, "autoload": { "psr-4": { "Ely\\CS\\": "src/" } }, "autoload-dev": { "psr-4": { "Ely\\CS\\Test\\": "tests/" } }, "config": { "platform": { "php": "7.0.8" } } }