diff --git a/composer.lock b/composer.lock index a5e2268..29b1328 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "phpdocumentor/reflection-common", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "b775523cbbcbbcdd54f6a9dc0902ebe8c76ff511" + "reference": "eedd98e8bc9cfd924f056b4b5847066d4a250d2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/b775523cbbcbbcdd54f6a9dc0902ebe8c76ff511", - "reference": "b775523cbbcbbcdd54f6a9dc0902ebe8c76ff511", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/eedd98e8bc9cfd924f056b4b5847066d4a250d2f", + "reference": "eedd98e8bc9cfd924f056b4b5847066d4a250d2f", "shasum": "" }, "require": { @@ -58,25 +58,25 @@ "reflection", "static analysis" ], - "time": "2018-02-14T18:51:33+00:00" + "time": "2018-06-13T21:44:20+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "0.6.1", + "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "2870950c8eb446517e2e29acf8bbc209ed3ab0e4" + "reference": "e81ce9e82df06b49b2d0e0a2393a08955aeda05b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2870950c8eb446517e2e29acf8bbc209ed3ab0e4", - "reference": "2870950c8eb446517e2e29acf8bbc209ed3ab0e4", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e81ce9e82df06b49b2d0e0a2393a08955aeda05b", + "reference": "e81ce9e82df06b49b2d0e0a2393a08955aeda05b", "shasum": "" }, "require": { "php": ">=7.1", - "phpdocumentor/reflection-common": "^2.0" + "phpdocumentor/reflection-common": "^2" }, "require-dev": { "mockery/mockery": "^1.0", @@ -103,7 +103,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2018-02-12T14:33:22+00:00" + "time": "2018-06-14T12:29:58+00:00" }, { "name": "webmozart/assert", @@ -261,16 +261,16 @@ }, { "name": "mockery/mockery", - "version": "1.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38" + "reference": "99e29d3596b16dabe4982548527d5ddf90232e99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38", - "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38", + "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99", + "reference": "99e29d3596b16dabe4982548527d5ddf90232e99", "shasum": "" }, "require": { @@ -279,7 +279,8 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "~5.7|~6.1" + "phpdocumentor/phpdocumentor": "^2.9", + "phpunit/phpunit": "~5.7.10|~6.5" }, "type": "library", "extra": { @@ -308,8 +309,8 @@ "homepage": "http://davedevelopment.co.uk" } ], - "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", - "homepage": "http://github.com/mockery/mockery", + "description": "Mockery is a simple yet flexible PHP mock object framework", + "homepage": "https://github.com/mockery/mockery", "keywords": [ "BDD", "TDD", @@ -322,7 +323,7 @@ "test double", "testing" ], - "time": "2017-10-06T16:20:43+00:00" + "time": "2018-05-08T08:54:48+00:00" } ], "aliases": [],