Update composer.json to include metadata (and update installed versions)
This commit is contained in:
+17
-14
@@ -1,17 +1,20 @@
|
||||
{
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"LotGD\\Core\\": "src/",
|
||||
"LotGD\\Core\\Tests\\": "tests/"
|
||||
"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": "*"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"monolog/monolog": "1.16.0",
|
||||
"doctrine/orm": "2.5.*",
|
||||
"gedmo/doctrine-extensions": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*",
|
||||
"phpunit/dbunit": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user