|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "ergebnis/phpstan-rules": "^0.15", |
| 13 | + "pestphp/pest": "^1.11", |
| 14 | + "pestphp/pest-plugin-faker": "^1.0", |
| 15 | + "pestphp/pest-plugin-laravel": "^1.1", |
| 16 | + "pestphp/pest-plugin-livewire": "^1.0", |
| 17 | + "spatie/pest-plugin-snapshots": "^1.1", |
| 18 | + "ergebnis/phpstan-rules": "^0.15.3", |
14 | 19 | "friendsofphp/php-cs-fixer": "^2.16", |
15 | 20 | "graham-campbell/analyzer": "^3.0", |
16 | | - "johnkary/phpunit-speedtrap": "^3.2", |
17 | | - "mockery/mockery": "^1.3", |
18 | | - "nunomaduro/collision": "^5.0", |
19 | | - "nunomaduro/larastan": "^0.6", |
20 | | - "nunomaduro/laravel-mojito": "^0.2", |
21 | | - "pestphp/pest": "^0.3", |
22 | | - "pestphp/pest-plugin-faker": "^0.3", |
23 | | - "pestphp/pest-plugin-laravel": "^0.3", |
24 | | - "pestphp/pest-plugin-livewire": "^0.3", |
25 | | - "phpstan/extension-installer": "^1.0", |
26 | | - "phpstan/phpstan-deprecation-rules": "^0.12", |
27 | | - "phpstan/phpstan-strict-rules": "^0.12", |
28 | | - "phpunit/phpunit": "^9.3", |
29 | | - "rector/rector": "^0.8", |
30 | | - "spatie/pest-plugin-snapshots": "^0.3.1", |
31 | | - "jasonmccreary/laravel-test-assertions": "^1.0", |
32 | | - "orchestra/testbench": "^6.11", |
33 | | - "fakerphp/faker": "^1.13" |
| 21 | + "johnkary/phpunit-speedtrap": "^4.0", |
| 22 | + "mockery/mockery": "^1.4", |
| 23 | + "nunomaduro/collision": "^5.5", |
| 24 | + "nunomaduro/larastan": "^0.7.11", |
| 25 | + "nunomaduro/laravel-mojito": "^0.2.8", |
| 26 | + "phpstan/extension-installer": "^1.1", |
| 27 | + "phpstan/phpstan-deprecation-rules": "^0.12.6", |
| 28 | + "phpstan/phpstan-strict-rules": "^0.12.10", |
| 29 | + "phpunit/phpunit": "^9.5", |
| 30 | + "rector/rector": "^0.11.38", |
| 31 | + "jasonmccreary/laravel-test-assertions": "^1.1", |
| 32 | + "orchestra/testbench": "^6.19", |
| 33 | + "fakerphp/faker": "^1.15" |
34 | 34 | }, |
35 | 35 | "extra": { |
36 | 36 | "laravel": { |
|
0 commit comments