diff --git a/composer.json b/composer.json index 9b6bd8f8..96f0d57e 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.0", + "jangregor/phpstan-prophecy": "~0.6.1", "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.9", "phpstan/phpstan-deprecation-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 6b1fc55a..8ac7b32f 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": "eb1b8d3d5a61a8ebc42bef553436234f", + "content-hash": "d354954bc4d7cf90b8fd000a568fc23f", "packages": [ { "name": "composer/semver", @@ -2219,16 +2219,16 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "0.6.0", + "version": "0.6.1", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "542c8ed7228af772562fb0f370d15ec73e3bdecf" + "reference": "ecd367a2551da3d4921bbd9ae8eefbe2fc04eb8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/542c8ed7228af772562fb0f370d15ec73e3bdecf", - "reference": "542c8ed7228af772562fb0f370d15ec73e3bdecf", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/ecd367a2551da3d4921bbd9ae8eefbe2fc04eb8f", + "reference": "ecd367a2551da3d4921bbd9ae8eefbe2fc04eb8f", "shasum": "" }, "require": { @@ -2241,6 +2241,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.1.1", + "ergebnis/license": "~0.1.0", "ergebnis/php-cs-fixer-config": "~1.1.2", "phpspec/prophecy": "^1.7", "phpunit/phpunit": "^6.0 || ^7.0" @@ -2274,7 +2275,7 @@ } ], "description": "Provides a phpstan/phpstan extension for phpspec/prophecy", - "time": "2019-12-27T23:57:21+00:00" + "time": "2020-02-05T16:38:06+00:00" }, { "name": "justinrainbow/json-schema",