{
"name": "p-chess/chess-bundle",
"type": "symfony-bundle",
"description": "Provide integration with p-chess/chess library",
"keywords": [
"Symfony",
"Chess"
],
"homepage": "https://github.com/p-chess/",
"license": "MIT",
"authors": [
{
"name": "Massimiliano Arione",
"email": "garakkio@gmail.com"
},
{
"name": "Arkadiusz Kondas",
"email": "arkadiusz.kondas@gmail.com"
}
],
"require": {
"php": "^7.4 || ^8.0",
"p-chess/chess": "^0.3",
"symfony/config": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
"symfony/routing": "^4.4 || ^5.4 || ^6.0",
"twig/twig": "^3.0"
},
"require-dev": {
"dg/bypass-finals": "^1.3",
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^6.1"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PChess\\ChessBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"PChess\\ChessBundle\\Tests\\": "tests"
}
}
}
|