diff --git a/composer.json b/composer.json index 85dda66d..c0deff03 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.4", "phpunit/phpunit": "^7.5.20", - "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 c3b26f45..74f08852 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": "76e4948a5aa3dff6be57ee7e5a714954", + "content-hash": "cac29c5da56796ba8d00f35d282c4a0c", "packages": [ { "name": "ergebnis/classy", @@ -2925,22 +2925,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" @@ -2948,7 +2948,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": { @@ -2972,7 +2973,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",