15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"name": "ardent/game",
|
|
"type": "project",
|
|
"license": "GPL-3.0-only",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ardent\\Game\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.1",
|
|
"twig/twig": "^3.0"
|
|
}
|
|
}
|