diff --git a/composer.lock b/composer.lock index 898603a0..1c5152af 100644 --- a/composer.lock +++ b/composer.lock @@ -15607,16 +15607,16 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "2bc7ca9460395690c6bf7332bdfb2f25d5cae8e0" + "reference": "5ee56c7db1d58f0578c82a35e3c1befe840e85a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/2bc7ca9460395690c6bf7332bdfb2f25d5cae8e0", - "reference": "2bc7ca9460395690c6bf7332bdfb2f25d5cae8e0", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/5ee56c7db1d58f0578c82a35e3c1befe840e85a9", + "reference": "5ee56c7db1d58f0578c82a35e3c1befe840e85a9", "shasum": "" }, "require": { @@ -15624,8 +15624,8 @@ "phpstan/phpstan": "^1.0.0" }, "conflict": { - "phpspec/prophecy": "<1.7.0,>=2.0.0", - "phpunit/phpunit": "<6.0.0,>=10.0.0" + "phpspec/prophecy": "<1.7.0 || >=2.0.0", + "phpunit/phpunit": "<6.0.0 || >=12.0.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.1.1", @@ -15660,15 +15660,9 @@ "description": "Provides a phpstan/phpstan extension for phpspec/prophecy", "support": { "issues": "https://github.com/Jan0707/phpstan-prophecy/issues", - "source": "https://github.com/Jan0707/phpstan-prophecy/tree/1.0.0" + "source": "https://github.com/Jan0707/phpstan-prophecy/tree/1.0.2" }, - "funding": [ - { - "url": "https://github.com/localheinz", - "type": "github" - } - ], - "time": "2021-11-08T16:37:47+00:00" + "time": "2024-04-03T08:15:54+00:00" }, { "name": "justinrainbow/json-schema", diff --git a/phpstan.neon b/phpstan.neon index 8b083a22..5755a2aa 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -10,5 +10,4 @@ parameters: excludePaths: - vendor level: 3 - checkMissingIterableValueType: false treatPhpDocTypesAsCertain: false