diff --git a/composer.json b/composer.json index 3cc06c3f..7bcb6f82 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ergebnis/phpstan-rules": "~0.14.3", "ergebnis/test-util": "~0.9.1", "infection/infection": "~0.13.6", - "jangregor/phpstan-prophecy": "~0.6.1", + "jangregor/phpstan-prophecy": "~0.6.2", "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.11", "phpstan/phpstan-deprecation-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 782c95d1..e464c0b7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c0d7f04586afc5aa4e1658ef201d3917", + "content-hash": "ee90e901159eed95196505861566e100", "packages": [ { "name": "composer/semver", @@ -2219,16 +2219,16 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "0.6.1", + "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "ecd367a2551da3d4921bbd9ae8eefbe2fc04eb8f" + "reference": "9f3422fa720d3dbd28ffba40f06aeba1edfecef9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/ecd367a2551da3d4921bbd9ae8eefbe2fc04eb8f", - "reference": "ecd367a2551da3d4921bbd9ae8eefbe2fc04eb8f", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/9f3422fa720d3dbd28ffba40f06aeba1edfecef9", + "reference": "9f3422fa720d3dbd28ffba40f06aeba1edfecef9", "shasum": "" }, "require": { @@ -2237,7 +2237,7 @@ }, "conflict": { "phpspec/prophecy": "<1.7,>=2.0", - "phpunit/phpunit": "<6.0,>=9.0" + "phpunit/phpunit": "<6.0,>=10.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.1.1", @@ -2275,7 +2275,7 @@ } ], "description": "Provides a phpstan/phpstan extension for phpspec/prophecy", - "time": "2020-02-05T16:38:06+00:00" + "time": "2020-02-17T16:55:34+00:00" }, { "name": "justinrainbow/json-schema",