mirror of
https://github.com/sigmasternchen/php-chess
synced 2025-03-15 07:58:54 +00:00
21 lines
350 B
JSON
21 lines
350 B
JSON
![]() |
{
|
||
|
"name": "overflowerror/php-chess",
|
||
|
"description": "description",
|
||
|
"minimum-stability": "stable",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "overflowerror",
|
||
|
"email": "email@example.com"
|
||
|
}
|
||
|
],
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^10.5"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Game\\": "./src/Game/"
|
||
|
}
|
||
|
}
|
||
|
}
|