|
38 | 38 | "bamarni/composer-bin-plugin": "^1.8.3", |
39 | 39 | "maglnet/composer-require-checker": "^4.7.1", |
40 | 40 | "phpbench/phpbench": "^1.4.3", |
41 | | - "phpunit/phpunit": "^10.5.48", |
42 | | - "rector/rector": "^2.1.2", |
43 | | - "spatie/phpunit-watcher": "^1.24", |
44 | | - "yiisoft/aliases": "^3.0", |
45 | | - "yiisoft/di": "^1.4", |
| 41 | + "phpunit/phpunit": "^10.5.60", |
| 42 | + "rector/rector": "^2.3.4", |
| 43 | + "spatie/phpunit-watcher": "^1.24.4", |
| 44 | + "yiisoft/aliases": "^3.1.1", |
| 45 | + "yiisoft/di": "^1.4.1", |
46 | 46 | "yiisoft/psr-dummy-provider": "^1.0.2", |
47 | | - "yiisoft/test-support": "^3.0.2" |
| 47 | + "yiisoft/test-support": "^3.1.0" |
48 | 48 | }, |
49 | 49 | "extra": { |
50 | 50 | "config-plugin-options": { |
|
82 | 82 | } |
83 | 83 | }, |
84 | 84 | "scripts": { |
85 | | - "test": "phpunit --testdox --no-interaction", |
86 | | - "test-watch": "phpunit-watcher watch", |
87 | | - "bench": "phpbench run" |
| 85 | + "bench": "phpbench run", |
| 86 | + "infection": "infection --threads=max", |
| 87 | + "test": "phpunit --testdox", |
| 88 | + "test-watch": "phpunit-watcher watch" |
88 | 89 | } |
89 | 90 | } |
0 commit comments