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..eb9f5ea 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", @@ -2453,24 +2453,24 @@ }, { "name": "composer/semver", - "version": "3.4.0", + "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", + "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.4", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { @@ -2514,7 +2514,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.0" + "source": "https://github.com/composer/semver/tree/3.4.3" }, "funding": [ { @@ -2530,7 +2530,7 @@ "type": "tidelift" } ], - "time": "2023-08-31T09:50:34+00:00" + "time": "2024-09-19T14:15:21+00:00" }, { "name": "composer/xdebug-handler", @@ -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", @@ -5911,14 +5914,14 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.1.99" },