|
17 | 17 | ],
|
18 | 18 | "require": {
|
19 | 19 | "php": "^8.2",
|
20 |
| - "illuminate/contracts": "^9.46 || ^10.0", |
| 20 | + "illuminate/contracts": "^10.0", |
21 | 21 | "nuwave/lighthouse": "^6.0.0",
|
22 |
| - "pestphp/pest": "^1.22.3", |
23 |
| - "pestphp/pest-plugin-laravel": "^1.3" |
| 22 | + "pestphp/pest": "^2.0", |
| 23 | + "pestphp/pest-plugin-laravel": "^2.0" |
24 | 24 | },
|
25 | 25 | "require-dev": {
|
26 |
| - "nunomaduro/collision": "^6.4", |
27 |
| - "nunomaduro/larastan": "^2.3.4", |
| 26 | + "brianium/paratest": "^7.1", |
| 27 | + "nunomaduro/collision": "^7.0", |
| 28 | + "nunomaduro/larastan": "^2.4", |
28 | 29 | "orchestra/testbench": "^7.18 || ^8.0",
|
29 |
| - |
30 |
| - "pestphp/pest-plugin-parallel": "^1.2", |
31 |
| - "worksome/coding-style": "^2.3.2" |
| 30 | + "worksome/coding-style": "^2.5" |
32 | 31 | },
|
33 | 32 | "autoload": {
|
34 | 33 | "psr-4": {
|
35 | 34 | "Worksome\\PestGraphqlCoverage\\": "src"
|
36 | 35 | }
|
37 | 36 | },
|
38 | 37 | "scripts": {
|
39 |
| - "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
40 | 38 | "lint": "vendor/bin/ecs --fix",
|
41 | 39 | "test:coverage": "vendor/bin/pest -p --coverage",
|
42 | 40 | "test:types": "vendor/bin/phpstan analyse",
|
|
0 commit comments