Files
core/composer.json
T
2016-07-22 06:26:07 +00:00

28 lines
680 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/"
}
},
"bin": [
"bin/daenerys"
],
"require": {
"php": "^7.0.0",
"composer/composer": "*",
"gedmo/doctrine-extensions": "*",
"doctrine/orm": "^2.5",
"monolog/monolog": "^1.12",
"symfony/console": "^3.0",
"d11wtq/boris": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/dbunit": "*"
}
}