Update composer.json to include metadata (and update installed versions)

This commit is contained in:
Austen McDonald
2016-05-20 21:32:26 -07:00
parent ca98a7337a
commit 01cc817913
2 changed files with 35 additions and 32 deletions
+17 -14
View File
@@ -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": "*"
}
}
Generated
+18 -18
View File
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "73cef680b614debf1a9900a0b9679fec",
"content-hash": "f13234acbc23ca06e0181146f8aef31f",
"hash": "5b783b8ce5e0968d30037216f26db2ff",
"content-hash": "01f6152721e7e86f03ca43bf8bb12716",
"packages": [
{
"name": "behat/transliterator",
@@ -901,16 +901,16 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.1.1",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "1289d16209491b584839022f29257ad859b8532d"
"reference": "dff51f72b0706335131b00a7f49606168c582594"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
"reference": "1289d16209491b584839022f29257ad859b8532d",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
"reference": "dff51f72b0706335131b00a7f49606168c582594",
"shasum": ""
},
"require": {
@@ -922,7 +922,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
"dev-master": "1.2-dev"
}
},
"autoload": {
@@ -956,7 +956,7 @@
"portable",
"shim"
],
"time": "2016-01-20 09:13:37"
"time": "2016-05-18 14:26:46"
}
],
"packages-dev": [
@@ -1414,16 +1414,16 @@
},
{
"name": "phpunit/phpunit",
"version": "5.3.2",
"version": "5.3.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3"
"reference": "00dd95ffb48805503817ced06399017df315fe5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c6da3536035617bae3fe3db37283c9e0eb63ab3",
"reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c",
"reference": "00dd95ffb48805503817ced06399017df315fe5c",
"shasum": ""
},
"require": {
@@ -1485,7 +1485,7 @@
"testing",
"xunit"
],
"time": "2016-04-12 16:20:08"
"time": "2016-05-11 13:28:45"
},
{
"name": "phpunit/phpunit-mock-objects",
@@ -1706,16 +1706,16 @@
},
{
"name": "sebastian/environment",
"version": "1.3.6",
"version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "2292b116f43c272ff4328083096114f84ea46a56"
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/2292b116f43c272ff4328083096114f84ea46a56",
"reference": "2292b116f43c272ff4328083096114f84ea46a56",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
"shasum": ""
},
"require": {
@@ -1752,7 +1752,7 @@
"environment",
"hhvm"
],
"time": "2016-05-04 07:59:13"
"time": "2016-05-17 03:18:57"
},
{
"name": "sebastian/exporter",