mirror of
https://github.com/sigmasternchen/php-chess
synced 2025-03-14 23:58:53 +00:00
23 lines
403 B
JSON
23 lines
403 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"
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Game\\": "./src/Game/"
|
|
}
|
|
}
|
|
}
|