Files
core/composer.json
T

21 lines
513 B
JSON

{
"name": "lotgd/core",
"description": "Core functionality for Legend of the Green Dragon, a text-based RPG game.",
"license": "AGPL-3.0",
"autoload": {
"psr-4": {
"LotGD\\Core\\": "src/",
"LotGD\\Core\\Tests\\": "tests/"
}
},
"require": {
"monolog/monolog": "1.16.0",
"doctrine/orm": "2.5.*",
"gedmo/doctrine-extensions": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/dbunit": "*"
}
}