|
17 | 17 | "illuminate/support": "^8.12",
|
18 | 18 | "livewire/livewire": "^2.4.4",
|
19 | 19 | "guzzlehttp/guzzle": "^7.0.1",
|
20 |
| - "laracasts/flash": "^3.2" |
| 20 | + "laracasts/flash": "^3.2", |
| 21 | + "pestphp/pest": "^1.17", |
| 22 | + "pestphp/pest-plugin-faker": "^1.0", |
| 23 | + "pestphp/pest-plugin-global-assertions": "^1.0", |
| 24 | + "pestphp/pest-plugin-laravel": "^1.1", |
| 25 | + "pestphp/pest-plugin-mock": "^1.0", |
| 26 | + "pestphp/pest-plugin-parallel": "^0.3.0" |
21 | 27 | },
|
22 | 28 | "require-dev": {
|
23 | 29 | "brianium/paratest": "9999999-dev",
|
24 | 30 | "facade/ignition": "^2.5",
|
25 | 31 | "fakerphp/faker": "^1.9.1",
|
26 | 32 | "mockery/mockery": "^1.4.2",
|
27 | 33 | "nunomaduro/collision": "^5.0",
|
28 |
| - "pestphp/pest": "^1.17", |
29 |
| - "pestphp/pest-plugin-faker": "^1.0", |
30 |
| - "pestphp/pest-plugin-global-assertions": "^1.0", |
31 |
| - "pestphp/pest-plugin-laravel": "^1.1", |
32 |
| - "pestphp/pest-plugin-mock": "^1.0", |
33 |
| - "pestphp/pest-plugin-parallel": "^0.3.0", |
34 | 34 | "phpunit/phpunit": "^9.5.8"
|
35 | 35 | },
|
36 | 36 | "autoload": {
|
|
0 commit comments