type-resolver update

This commit is contained in:
Chuck Burgess
2018-02-14 07:53:04 -06:00
parent 6946f85e19
commit 3eb278bd0e
Generated
+10 -5
View File
@@ -62,16 +62,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "0.6.0", "version": "0.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "6b6613f1aa77d42eaf8569feefe7b904e4b4acb2" "reference": "2870950c8eb446517e2e29acf8bbc209ed3ab0e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6b6613f1aa77d42eaf8569feefe7b904e4b4acb2", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2870950c8eb446517e2e29acf8bbc209ed3ab0e4",
"reference": "6b6613f1aa77d42eaf8569feefe7b904e4b4acb2", "reference": "2870950c8eb446517e2e29acf8bbc209ed3ab0e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -83,6 +83,11 @@
"phpunit/phpunit": "^6.5" "phpunit/phpunit": "^6.5"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"phpDocumentor\\Reflection\\": "src" "phpDocumentor\\Reflection\\": "src"
@@ -98,7 +103,7 @@
"email": "[email protected]" "email": "[email protected]"
} }
], ],
"time": "2018-01-26T19:53:18+00:00" "time": "2018-02-12T14:33:22+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",