Skip to content

Commit ea1f226

Browse files
committed
Roave#157 dropped psalm/plugin-phpunit, upgraded dependencies
PHPUnit is fully typed since 8.3.0, so we don't need plugins to infer mock object types.
1 parent 78e828d commit ea1f226

File tree

3 files changed

+8
-70
lines changed

3 files changed

+8
-70
lines changed

composer.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"require": {
55
"php": "^7.3",
66
"ext-json": "*",
7-
"beberlei/assert": "^3.2.1",
7+
"beberlei/assert": "^3.2.3",
88
"composer/composer": "^1.9.0",
9-
"nikolaposa/version": "^3.1.0",
9+
"nikolaposa/version": "^3.2.0",
1010
"ocramius/package-versions": "^1.5.1",
11-
"roave/better-reflection": "^3.4.0",
12-
"symfony/console": "^4.3.3",
11+
"roave/better-reflection": "^3.5.0",
12+
"symfony/console": "^4.3.4",
1313
"symfony/process": "^4.3.4",
1414
"thecodingmachine/safe": "^0.1.16"
1515
},
@@ -27,15 +27,14 @@
2727
"require-dev": {
2828
"doctrine/coding-standard": "^6.0.0",
2929
"infection/infection": "^0.13.6",
30-
"phpstan/phpstan": "^0.11.12",
30+
"phpstan/phpstan": "^0.11.16",
3131
"phpstan/phpstan-beberlei-assert": "^0.11.1",
3232
"phpstan/phpstan-phpunit": "^0.11.2",
33-
"phpunit/phpunit": "^8.3.4",
34-
"psalm/plugin-phpunit": "^0.7",
33+
"phpunit/phpunit": "^8.3.5",
3534
"roave/security-advisories": "dev-master",
3635
"squizlabs/php_codesniffer": "^3.4.2",
3736
"thecodingmachine/phpstan-safe-rule": "^0.1.4",
38-
"vimeo/psalm": "^3.4.9"
37+
"vimeo/psalm": "^3.5.1"
3938
},
4039
"autoload": {
4140
"psr-4": {

composer.lock

+1-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm.xml

-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@
2020
<InternalClass errorLevel="suppress"/>
2121
<InternalMethod errorLevel="suppress"/>
2222
</issueHandlers>
23-
24-
<plugins>
25-
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
26-
</plugins>
2723
</psalm>

0 commit comments

Comments
 (0)