|
17 | 17 | ],
|
18 | 18 | "require": {
|
19 | 19 | "php": "^8.2",
|
20 |
| - "illuminate/contracts": "^10.0", |
21 |
| - "spatie/laravel-package-tools": "^1.14.1" |
| 20 | + "illuminate/contracts": "^10.0 || ^11.0", |
| 21 | + "spatie/laravel-package-tools": "^1.16" |
22 | 22 | },
|
23 | 23 | "require-dev": {
|
24 |
| - "guzzlehttp/guzzle": "^7.5", |
25 |
| - "nunomaduro/collision": "^7.0", |
26 |
| - "nunomaduro/larastan": "^2.4", |
27 |
| - "orchestra/testbench": "^8.0", |
28 |
| - "pestphp/pest": "^2.0", |
| 24 | + "guzzlehttp/guzzle": "^7.8", |
| 25 | + "nunomaduro/collision": "^7.0 || ^8.1", |
| 26 | + "larastan/larastan": "^2.6", |
| 27 | + "orchestra/testbench": "^8.0 || ^9.0", |
| 28 | + "pestphp/pest": "^2.33", |
29 | 29 | "pestphp/pest-plugin-laravel": "^2.0",
|
30 |
| - "worksome/coding-style": "^2.5" |
| 30 | + "worksome/coding-style": "^2.8" |
31 | 31 | },
|
32 | 32 | "autoload": {
|
33 | 33 | "psr-4": {
|
|
40 | 40 | }
|
41 | 41 | },
|
42 | 42 | "scripts": {
|
43 |
| - "lint": "vendor/bin/phpcbf", |
| 43 | + "lint": "vendor/bin/ecs --fix", |
44 | 44 | "test:unit": "vendor/bin/pest",
|
45 | 45 | "test:types": "vendor/bin/phpstan analyse",
|
46 |
| - "test:style": "vendor/bin/phpcs -n", |
| 46 | + "test:style": "vendor/bin/ecs", |
47 | 47 | "test": [
|
48 | 48 | "@test:style",
|
49 | 49 | "@test:types",
|
|
0 commit comments