From 33542b5ac40ff2796b4b3f39b15bee1943ed6eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:20:07 +0000 Subject: [PATCH] Update dependency psalm/plugin-mockery to v1 | datasource | package | from | to | | ---------- | -------------------- | ------ | ----- | | packagist | psalm/plugin-mockery | 0.11.0 | 1.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index c1f4c88..a2c9216 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "php-mock/php-mock-phpunit": "^2.9.0", "phpdocumentor/reflection-docblock": "^5.3.0", "phpunit/phpunit": "^9.6.15", - "psalm/plugin-mockery": "^0.11.0", + "psalm/plugin-mockery": "^1.0.0", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^5.17.0" }, diff --git a/composer.lock b/composer.lock index bbcd3bc..3dab4b9 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": "d2e00ae94ded00d382bafd95bcde625e", + "content-hash": "b40504afcd1065f76088067b361df20a", "packages": [ { "name": "fig/http-message-util", @@ -4300,25 +4300,28 @@ }, { "name": "psalm/plugin-mockery", - "version": "0.11.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-mockery.git", - "reference": "eb111597a5e841b76b2eacca2d179c097e283c20" + "reference": "876247d15f91df08240d00dac69c5135b6689283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-mockery/zipball/eb111597a5e841b76b2eacca2d179c097e283c20", - "reference": "eb111597a5e841b76b2eacca2d179c097e283c20", + "url": "https://api.github.com/repos/psalm/psalm-plugin-mockery/zipball/876247d15f91df08240d00dac69c5135b6689283", + "reference": "876247d15f91df08240d00dac69c5135b6689283", "shasum": "" }, "require": { - "mockery/mockery": "^0.9 || ^1.0", - "vimeo/psalm": "dev-master || dev-4.x || ^4.7.1 || ^5@beta" + "composer/package-versions-deprecated": "^1.10", + "composer/semver": "^1.4 || ^2.0 || ^3.0", + "mockery/mockery": "^1.0", + "php": "~7.4 || ~8.0 || ~8.1 || ~8.2", + "vimeo/psalm": "dev-master || ^5.0@rc || ^5.0" }, "require-dev": { - "codeception/codeception": "^4.0.3", - "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0", + "codeception/codeception": "^4.1.9", + "phpunit/phpunit": "^9.0", "squizlabs/php_codesniffer": "^3.3.1", "weirdan/codeception-psalm-module": "^0.13.1" }, @@ -4348,9 +4351,9 @@ "description": "Psalm plugin for Mockery", "support": { "issues": "https://github.com/psalm/psalm-plugin-mockery/issues", - "source": "https://github.com/psalm/psalm-plugin-mockery/tree/0.11.0" + "source": "https://github.com/psalm/psalm-plugin-mockery/tree/1.1.0" }, - "time": "2022-11-25T03:55:59+00:00" + "time": "2022-11-25T07:16:18+00:00" }, { "name": "psalm/plugin-phpunit",