composer.json
{
"name": "makarovhexlet/brain-even",
"description": "test",
"homepage": "https://github.com/Mhexlet/php-project-lvl1",
"authors": [
{
"name": "Mhexlet",
"email": "makarov@vibor38.ru"
}
],
"require": {
"tightenco/collect": "^5.6",
"wp-cli/php-cli-tools": "^0.11.11",
"symfony/polyfill-php73": "^1.15"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5"
},
"bin": [
"bin/brain-even",
"bin/brain-calc",
"bin/brain-gcd",
"bin/brain-progression",
"bin/brain-prime"
],
"autoload": {
"files": [
"src/Engine.php",
"src/games/even.php",
"src/games/calc.php",
"src/games/gcd.php",
"src/games/progression.php",
"src/games/prime.php"
]
},
"scripts": {
"phpcs": "phpcs"
}
}