diff --git a/composer.json b/composer.json index 1f75cd2..b3fe11f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "brianium/paratest": "^4.0|^5.0|^6.0", - "jangregor/phpstan-prophecy": "2.2.0", + "jangregor/phpstan-prophecy": "2.3.0", "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9", "phpspec/prophecy-phpunit": "^2.0", diff --git a/composer.lock b/composer.lock index 57f7921..9e29d27 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": "285ba02d4cf8d379bbe0f17586678b4d", + "content-hash": "cd82b924b10d265f335b9f80bdcdb499", "packages": [ { "name": "brick/math", @@ -4497,16 +4497,16 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "aebda94b6b1c39055d8f2227e879c07bac651550" + "reference": "42b6e62dc0fa5724a667cb9a10c7245580f22033" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/aebda94b6b1c39055d8f2227e879c07bac651550", - "reference": "aebda94b6b1c39055d8f2227e879c07bac651550", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/42b6e62dc0fa5724a667cb9a10c7245580f22033", + "reference": "42b6e62dc0fa5724a667cb9a10c7245580f22033", "shasum": "" }, "require": { @@ -4516,12 +4516,13 @@ "conflict": { "phpspec/prophecy": "<1.17.0 || >=2.0.0", "phpspec/prophecy-phpunit": "<2.3.0 || >=3.0.0", - "phpunit/phpunit": "<9.1.0 || >=13.0.0" + "phpunit/phpunit": "<9.1.0 || >=14.0.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.47.0", - "ergebnis/license": "^2.6.0", - "ergebnis/php-cs-fixer-config": "^6.46.0", + "ergebnis/composer-normalize": "^2.50.0", + "ergebnis/license": "^2.7.0", + "ergebnis/php-cs-fixer-config": "^6.59.0", + "php-cs-fixer/shim": "^3.93.0", "phpspec/prophecy": "^1.7.0", "phpspec/prophecy-phpunit": "^2.3", "phpunit/phpunit": "^9.1.0" @@ -4552,9 +4553,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/2.2.0" + "source": "https://github.com/Jan0707/phpstan-prophecy/tree/2.3.0" }, - "time": "2025-05-22T08:21:52+00:00" + "time": "2026-02-10T08:07:43+00:00" }, { "name": "jean85/pretty-package-versions",