bump to next type-resolver alpha

This commit is contained in:
Chuck Burgess
2018-06-14 07:34:33 -05:00
parent 1826097368
commit 4b73412a9d
Generated
+20 -19
View File
@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
"version": "2.0.0-alpha2", "version": "2.0.0-alpha3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "b775523cbbcbbcdd54f6a9dc0902ebe8c76ff511" "reference": "eedd98e8bc9cfd924f056b4b5847066d4a250d2f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/b775523cbbcbbcdd54f6a9dc0902ebe8c76ff511", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/eedd98e8bc9cfd924f056b4b5847066d4a250d2f",
"reference": "b775523cbbcbbcdd54f6a9dc0902ebe8c76ff511", "reference": "eedd98e8bc9cfd924f056b4b5847066d4a250d2f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -58,25 +58,25 @@
"reflection", "reflection",
"static analysis" "static analysis"
], ],
"time": "2018-02-14T18:51:33+00:00" "time": "2018-06-13T21:44:20+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "0.6.1", "version": "0.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "2870950c8eb446517e2e29acf8bbc209ed3ab0e4" "reference": "e81ce9e82df06b49b2d0e0a2393a08955aeda05b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2870950c8eb446517e2e29acf8bbc209ed3ab0e4", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e81ce9e82df06b49b2d0e0a2393a08955aeda05b",
"reference": "2870950c8eb446517e2e29acf8bbc209ed3ab0e4", "reference": "e81ce9e82df06b49b2d0e0a2393a08955aeda05b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1", "php": ">=7.1",
"phpdocumentor/reflection-common": "^2.0" "phpdocumentor/reflection-common": "^2"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
@@ -103,7 +103,7 @@
"email": "[email protected]" "email": "[email protected]"
} }
], ],
"time": "2018-02-12T14:33:22+00:00" "time": "2018-06-14T12:29:58+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@@ -261,16 +261,16 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.0", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38" "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38", "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
"reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38", "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -279,7 +279,8 @@
"php": ">=5.6.0" "php": ">=5.6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~5.7|~6.1" "phpdocumentor/phpdocumentor": "^2.9",
"phpunit/phpunit": "~5.7.10|~6.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -308,8 +309,8 @@
"homepage": "http://davedevelopment.co.uk" "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.", "description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "http://github.com/mockery/mockery", "homepage": "https://github.com/mockery/mockery",
"keywords": [ "keywords": [
"BDD", "BDD",
"TDD", "TDD",
@@ -322,7 +323,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2017-10-06T16:20:43+00:00" "time": "2018-05-08T08:54:48+00:00"
} }
], ],
"aliases": [], "aliases": [],