mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-06 00:04:41 +05:30
36 lines
847 B
JSON
36 lines
847 B
JSON
{
|
|
"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.12.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ely\\CS\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Ely\\CS\\Test\\": "tests/"
|
|
}
|
|
}
|
|
}
|