diff --git a/composer.json b/composer.json index dec1622b..666455da 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.4", "phpunit/phpunit": "^8.5.5", - "psalm/plugin-phpunit": "~0.10.1", + "psalm/plugin-phpunit": "~0.11.0", "vimeo/psalm": "^3.14.2" }, "config": { diff --git a/composer.lock b/composer.lock index 72eb150f..0f4e6040 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": "cd82fd9dcea5bf211b972c7171bffb6d", + "content-hash": "e335bc4715b78af0d37ce4ca2a73abd5", "packages": [], "packages-dev": [ { @@ -159,16 +159,16 @@ }, { "name": "composer/package-versions-deprecated", - "version": "1.10.99.1", + "version": "1.11.99", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "68c9b502036e820c33445ff4d174327f6bb87486" + "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/68c9b502036e820c33445ff4d174327f6bb87486", - "reference": "68c9b502036e820c33445ff4d174327f6bb87486", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855", + "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855", "shasum": "" }, "require": { @@ -176,7 +176,7 @@ "php": "^7 || ^8" }, "replace": { - "ocramius/package-versions": "1.10.99" + "ocramius/package-versions": "1.11.99" }, "require-dev": { "composer/composer": "^1.9.3 || ^2.0@dev", @@ -224,7 +224,7 @@ "type": "tidelift" } ], - "time": "2020-08-13T12:55:41+00:00" + "time": "2020-08-25T05:50:16+00:00" }, { "name": "composer/semver", @@ -3342,22 +3342,22 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.10.1", + "version": "0.11.0", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "138998ffd32b76a2e69eb1ff94ef2bf110967273" + "reference": "d3f5c00e8ceac01ad85ae2a85865763e43f0d56d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/138998ffd32b76a2e69eb1ff94ef2bf110967273", - "reference": "138998ffd32b76a2e69eb1ff94ef2bf110967273", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/d3f5c00e8ceac01ad85ae2a85865763e43f0d56d", + "reference": "d3f5c00e8ceac01ad85ae2a85865763e43f0d56d", "shasum": "" }, "require": { - "composer/semver": "^1.4", + "composer/package-versions-deprecated": "^1.10", + "composer/semver": "^1.4 || ^2.0 || ^3.0", "ext-simplexml": "*", - "ocramius/package-versions": "^1.3", "php": "^7.1.3", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "vimeo/psalm": "^3.6.2 || dev-master" @@ -3365,7 +3365,8 @@ "require-dev": { "codeception/codeception": "^4.0.3", "squizlabs/php_codesniffer": "^3.3.1", - "weirdan/codeception-psalm-module": "^0.7.1" + "weirdan/codeception-psalm-module": "^0.7.1", + "weirdan/prophecy-shim": "^1.0 || ^2.0" }, "type": "psalm-plugin", "extra": { @@ -3389,7 +3390,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-05-24T20:30:10+00:00" + "time": "2020-08-24T21:08:29+00:00" }, { "name": "psr/container",