|
4 | 4 | "description": "Testing helpers for mezzio projects",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "require": {
|
7 |
| - "php": "^7.3", |
| 7 | + "php": "^7.3 || ^8.0", |
8 | 8 | "fig/http-message-util": "^1.1",
|
9 | 9 | "laminas/laminas-config-aggregator": "^1.2",
|
10 | 10 | "laminas/laminas-diactoros": "^2.2",
|
|
13 | 13 | "mezzio/mezzio-router": "^3.1",
|
14 | 14 | "psr/container": "^1.0",
|
15 | 15 | "psr/http-message": "^1.0",
|
16 |
| - "thecodingmachine/safe": "^0.1 || ^1.0" |
| 16 | + "thecodingmachine/safe": "^1.0" |
17 | 17 | },
|
18 | 18 | "require-dev": {
|
19 | 19 | "eventjet/coding-standard": "^3.1",
|
20 |
| - "infection/infection": "^0.16", |
| 20 | + "infection/infection": "^0.20", |
21 | 21 | "laminas/laminas-servicemanager": "^3.4",
|
22 | 22 | "maglnet/composer-require-checker": "^2.0",
|
23 | 23 | "mezzio/mezzio-fastroute": "^3.0",
|
24 | 24 | "phpstan/extension-installer": "^1.0",
|
25 | 25 | "phpstan/phpstan": "^0.12.5",
|
26 | 26 | "phpstan/phpstan-phpunit": "^0.12.6",
|
27 | 27 | "phpstan/phpstan-strict-rules": "^0.12.1",
|
28 |
| - "phpunit/phpunit": "^9.0", |
29 |
| - "thecodingmachine/phpstan-safe-rule": "^0.1 || ^1.0", |
30 |
| - "vimeo/psalm": "^3.8" |
| 28 | + "phpunit/phpunit": "^9.4", |
| 29 | + "psalm/plugin-phpunit": "^0.13.0", |
| 30 | + "thecodingmachine/phpstan-safe-rule": "^1.0", |
| 31 | + "vimeo/psalm": "^4.0" |
31 | 32 | },
|
32 | 33 | "config": {
|
33 | 34 | "sort-packages": true
|
|
56 | 57 | "check-deps": "vendor/bin/composer-require-checker",
|
57 | 58 | "cs-check": "vendor/bin/phpcs",
|
58 | 59 | "cs-fix": "vendor/bin/phpcbf",
|
59 |
| - "infection": "vendor/bin/infection --threads=4 --min-msi=86 --min-covered-msi=92", |
| 60 | + "infection": "vendor/bin/infection --threads=4", |
60 | 61 | "infection-xdebug": "@composer run --timeout=0 infection -- --initial-tests-php-options='-d zend_extension=xdebug.so'",
|
61 | 62 | "phpstan": "vendor/bin/phpstan analyse",
|
62 | 63 | "phpunit": "vendor/bin/phpunit",
|
|
0 commit comments