diff --git a/composer.json b/composer.json index c4600bc..ef07c97 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "composer/xdebug-handler": "^1.3", "eloquent/phpstan-phony": "0.3.0", "evenement/evenement": "^3", - "jangregor/phpstan-prophecy": "0.3.0", + "jangregor/phpstan-prophecy": "0.4.2", "jetbrains/phpstorm-stubs": "dev-master", "league/html-to-markdown": "^4", "nikic/php-parser": "^4", diff --git a/composer.lock b/composer.lock index 34b6db7..4b362cf 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": "fb1df205a2d1e5801b0d741e7669b026", + "content-hash": "678c8ac4f448fd619891bb85bf5462b4", "packages": [ { "name": "cogpowered/finediff", @@ -260,16 +260,16 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "0.3.0", + "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "a1bfe3c3920829d4004240fb68ed85ab6dd18b14" + "reference": "23301ff577da974e47e8670bf9313c885d306011" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/a1bfe3c3920829d4004240fb68ed85ab6dd18b14", - "reference": "a1bfe3c3920829d4004240fb68ed85ab6dd18b14", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/23301ff577da974e47e8670bf9313c885d306011", + "reference": "23301ff577da974e47e8670bf9313c885d306011", "shasum": "" }, "require": { @@ -277,15 +277,23 @@ "phpstan/phpstan": "^0.10.0 || ^0.11.0" }, "conflict": { - "phpspec/prophecy": "<1.7, >=2.0", - "phpunit/phpunit": "<6.0, >=8.0" + "phpspec/prophecy": "<1.7,>=2.0", + "phpunit/phpunit": "<6.0,>=9.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.13.1", + "friendsofphp/php-cs-fixer": "~2.15.0", + "localheinz/composer-normalize": "^1.1.3", "phpspec/prophecy": "^1.7", - "phpunit/phpunit": "^6.0||^7.0" + "phpunit/phpunit": "^6.0 || ^7.0" + }, + "type": "phpstan-extension", + "extra": { + "phpstan": { + "includes": [ + "src/extension.neon" + ] + } }, - "type": "library", "autoload": { "psr-4": { "JanGregor\\Prophecy\\": "src/" @@ -302,7 +310,7 @@ } ], "description": "Provides a phpstan/phpstan extension for phpspec/prophecy", - "time": "2019-01-18T13:44:45+00:00" + "time": "2019-07-31T13:51:23+00:00" }, { "name": "jean85/pretty-package-versions", @@ -4089,8 +4097,8 @@ "authors": [ { "name": "Arne Blankerts", - "role": "Developer", - "email": "arne@blankerts.de" + "email": "arne@blankerts.de", + "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",