php-chess/composer.json
2024-01-05 00:53:48 +01:00

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/"
}
}
}