feat: Update netresearch/jsonmapper from v1.3.0 to v1.4.0

pull/209/head
Dependencies.io Bot 2017-11-29 16:10:47 +00:00
parent 38dde53947
commit 95d953711d
1 changed files with 6 additions and 6 deletions

12
composer.lock generated
View File

@ -518,23 +518,23 @@
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",
"version": "v1.3.0", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/cweiske/jsonmapper.git", "url": "https://github.com/cweiske/jsonmapper.git",
"reference": "b94ffe5b237a697253f06f5a57d9b22292bfffb3" "reference": "3868fe1128ce1169228acdb623359dca74db5ef3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/b94ffe5b237a697253f06f5a57d9b22292bfffb3", "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/3868fe1128ce1169228acdb623359dca74db5ef3",
"reference": "b94ffe5b237a697253f06f5a57d9b22292bfffb3", "reference": "3868fe1128ce1169228acdb623359dca74db5ef3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.2.*", "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4",
"squizlabs/php_codesniffer": "~1.5" "squizlabs/php_codesniffer": "~1.5"
}, },
"type": "library", "type": "library",
@ -556,7 +556,7 @@
} }
], ],
"description": "Map nested JSON structures onto PHP classes", "description": "Map nested JSON structures onto PHP classes",
"time": "2017-08-14T07:26:24+00:00" "time": "2017-11-28T21:30:01+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",