From a4376c9cf13759a71ef5aaf5e2f7a62da3359043 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 15 Dec 2019 15:29:37 +0000 Subject: [PATCH] composer update --- composer.lock | 56 ++++++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/composer.lock b/composer.lock index 5cc989f3..a886bce2 100644 --- a/composer.lock +++ b/composer.lock @@ -388,12 +388,12 @@ "source": { "type": "git", "url": "https://github.com/shish/microcrud.git", - "reference": "8ffe9514490e356897aa2bb2c4df5ce63b82bd2d" + "reference": "dae8198fdb6716f8d30f683dfb05140b11d4ff19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shish/microcrud/zipball/8ffe9514490e356897aa2bb2c4df5ce63b82bd2d", - "reference": "8ffe9514490e356897aa2bb2c4df5ce63b82bd2d", + "url": "https://api.github.com/repos/shish/microcrud/zipball/dae8198fdb6716f8d30f683dfb05140b11d4ff19", + "reference": "dae8198fdb6716f8d30f683dfb05140b11d4ff19", "shasum": "" }, "require": { @@ -429,7 +429,7 @@ "crud", "generator" ], - "time": "2019-12-09T13:30:51+00:00" + "time": "2019-12-15T15:19:46+00:00" }, { "name": "shish/microhtml", @@ -589,12 +589,12 @@ "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "6008a32fa23816a6ac71889c80da7d58c056c2bb" + "reference": "b54265b8c837ac11b11465a910487574bca3d41f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/6008a32fa23816a6ac71889c80da7d58c056c2bb", - "reference": "6008a32fa23816a6ac71889c80da7d58c056c2bb", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/b54265b8c837ac11b11465a910487574bca3d41f", + "reference": "b54265b8c837ac11b11465a910487574bca3d41f", "shasum": "" }, "require": { @@ -640,7 +640,7 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2019-10-11T06:20:36+00:00" + "time": "2019-12-11T21:24:15+00:00" }, { "name": "phar-io/version", @@ -691,7 +691,7 @@ }, { "name": "phpdocumentor/reflection-common", - "version": "2.0.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", @@ -747,17 +747,19 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "8fcadfe5f85c38705151c9ab23b4781f23e6a70e" + "reference": "1aef412299c8901c2a80c384f026574557975894" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8fcadfe5f85c38705151c9ab23b4781f23e6a70e", - "reference": "8fcadfe5f85c38705151c9ab23b4781f23e6a70e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/1aef412299c8901c2a80c384f026574557975894", + "reference": "1aef412299c8901c2a80c384f026574557975894", "shasum": "" }, "require": { - "php": ">=7.1", - "phpdocumentor/type-resolver": "^0", + "ext-filter": "^7.1", + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0", + "phpdocumentor/type-resolver": "^1.0", "webmozart/assert": "^1" }, "require-dev": { @@ -783,37 +785,41 @@ { "name": "Mike van Riel", "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-06-15T20:45:01+00:00" + "time": "2019-12-13T15:12:00+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "0.7.x-dev", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "6f6f66c1d4e14e9b0ad124cae85864dfa03104c7" + "reference": "d3696787901380816c8bb30293aa9860b745db45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6f6f66c1d4e14e9b0ad124cae85864dfa03104c7", - "reference": "6f6f66c1d4e14e9b0ad124cae85864dfa03104c7", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/d3696787901380816c8bb30293aa9860b745db45", + "reference": "d3696787901380816c8bb30293aa9860b745db45", "shasum": "" }, "require": { - "php": ">=7.1", - "phpdocumentor/reflection-common": "~2.0.0-beta1" + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "mockery/mockery": "~1", - "phpunit/phpunit": "~6" + "ext-tokenizer": "^7.2", + "mockery/mockery": "~1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -832,7 +838,7 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2019-08-22T17:55:41+00:00" + "time": "2019-12-07T08:07:29+00:00" }, { "name": "phpspec/prophecy",