19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "hant/fanren",
|
|
"description": "A PHP terminal game using Symfony src/Console",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"symfony/var-dumper": "^6.4",
|
|
"symfony/console": "^6.4",
|
|
"symfony/yaml": "^6.4",
|
|
"doctrine/dbal": "^3.5",
|
|
"ext-readline": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Game\\": "src/"
|
|
}
|
|
}
|
|
}
|