mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-19 03:33:04 +05:30
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "ely/php-code-style",
|
|
"description": "Set of PHP-CS-Fixer rules used in the development of Ely.by PHP projects",
|
|
"license": "Apache-2.0",
|
|
"type": "library",
|
|
"keywords": [
|
|
"php-cs-fixer",
|
|
"code style"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ely.by team",
|
|
"email": "team@ely.by"
|
|
},
|
|
{
|
|
"name": "ErickSkrauch",
|
|
"email": "erickskrauch@ely.by"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/elyby/php-code-style",
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"erickskrauch/php-cs-fixer-custom-fixers": "^1.0.1",
|
|
"friendsofphp/php-cs-fixer": "^3.16",
|
|
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13",
|
|
"symfony/polyfill-php80": "^1.15"
|
|
},
|
|
"require-dev": {
|
|
"ergebnis/composer-normalize": "^2.28"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ely\\CS\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"ergebnis/composer-normalize": true
|
|
},
|
|
"preferred-install": {
|
|
"friendsofphp/php-cs-fixer": "source"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|