Skip to content
Snippets Groups Projects
Commit ecb9e856 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Update phpdocumentor/type-resolver from 0.2 to 0.2.1

Raising this indirect require-dev dependency fixes ~330
unit tests on PHP 7.2 that otherwise throw a count() on
non-array or countable warning.

Change-Id: I3dce8ffe6d2180bf41740b0bc5fd8397425cc985
Resolves: #83207
Releases: 7.6
Reviewed-on: https://review.typo3.org/54921


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent df7ed403
Branches
Tags
No related merge requests found
...@@ -1053,16 +1053,16 @@ ...@@ -1053,16 +1053,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "0.2", "version": "0.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1096,7 +1096,7 @@ ...@@ -1096,7 +1096,7 @@
"email": "me@mikevanriel.com" "email": "me@mikevanriel.com"
} }
], ],
"time": "2016-06-10T07:14:17+00:00" "time": "2016-11-25T06:54:22+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment