From 66108f0511d2769e98491d5f1677d4a9c7d4e57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:01:44 +0000 Subject: [PATCH] chore(deps-dev): bump jangregor/phpstan-prophecy from 2.1.1 to 2.2.0 Bumps [jangregor/phpstan-prophecy](https://github.com/Jan0707/phpstan-prophecy) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/Jan0707/phpstan-prophecy/releases) - [Changelog](https://github.com/Jan0707/phpstan-prophecy/blob/master/CHANGELOG.md) - [Commits](https://github.com/Jan0707/phpstan-prophecy/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: jangregor/phpstan-prophecy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 2e78892..3376155 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.1.1", + "jangregor/phpstan-prophecy": "2.2.0", "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9", "phpspec/prophecy-phpunit": "^2.0", diff --git a/composer.lock b/composer.lock index ed1f735..7ec02bd 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": "48839666572fd88d00a792aec677e410", + "content-hash": "4aa565063bf394ce2cf1ee6ffcf62acc", "packages": [ { "name": "brick/math", @@ -4461,16 +4461,16 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "2.1.1", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "011df00b14561a7f87ed3b99897296937a0cb08b" + "reference": "aebda94b6b1c39055d8f2227e879c07bac651550" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/011df00b14561a7f87ed3b99897296937a0cb08b", - "reference": "011df00b14561a7f87ed3b99897296937a0cb08b", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/aebda94b6b1c39055d8f2227e879c07bac651550", + "reference": "aebda94b6b1c39055d8f2227e879c07bac651550", "shasum": "" }, "require": { @@ -4480,12 +4480,12 @@ "conflict": { "phpspec/prophecy": "<1.17.0 || >=2.0.0", "phpspec/prophecy-phpunit": "<2.3.0 || >=3.0.0", - "phpunit/phpunit": "<9.1.0 || >=12.0.0" + "phpunit/phpunit": "<9.1.0 || >=13.0.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.1.1", + "ergebnis/composer-normalize": "^2.47.0", "ergebnis/license": "^2.6.0", - "ergebnis/php-cs-fixer-config": "^4.0 || ^5.0 || ^6.0", + "ergebnis/php-cs-fixer-config": "^6.46.0", "phpspec/prophecy": "^1.7.0", "phpspec/prophecy-phpunit": "^2.3", "phpunit/phpunit": "^9.1.0" @@ -4516,9 +4516,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.1.1" + "source": "https://github.com/Jan0707/phpstan-prophecy/tree/2.2.0" }, - "time": "2025-02-13T13:42:03+00:00" + "time": "2025-05-22T08:21:52+00:00" }, { "name": "jean85/pretty-package-versions",