22 lines
547 B
JSON
22 lines
547 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": {
|
|
"composer/composer": "*",
|
|
"gedmo/doctrine-extensions": "*",
|
|
"doctrine/orm": "2.5.*",
|
|
"monolog/monolog": "1.16.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*",
|
|
"phpunit/dbunit": "*"
|
|
}
|
|
}
|