mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-19 19:53:07 +05:30
39 lines
968 B
JSON
39 lines
968 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.11"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^7.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ely\\CS\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"Ely\\CS\\Test\\": "tests/"
|
||
|
},
|
||
|
"files": [
|
||
|
"vendor/friendsofphp/php-cs-fixer/tests/Test/Constraint/SameStringsConstraint.php"
|
||
|
]
|
||
|
}
|
||
|
}
|