|
37 | 37 | "ext-json": "*" |
38 | 38 | }, |
39 | 39 | "require-dev": { |
40 | | - "archtechx/enums": "^1.1", |
| 40 | + "archtechx/enums": "^1.1.2", |
41 | 41 | "dragon-code/support": "^6.16", |
42 | | - "illuminate/http": "^11.44.2", |
43 | | - "illuminate/translation": "^11.44.2", |
44 | | - "illuminate/validation": "^11.44", |
45 | | - "justinrainbow/json-schema": "^6.3.1", |
46 | | - "laravel-lang/lang": "^15.19.8", |
47 | | - "laravel-zero/framework": "^11.36.1", |
48 | | - "laravel/prompts": "^0.3.5", |
| 42 | + "illuminate/http": "^12.20", |
| 43 | + "illuminate/translation": "^12.20", |
| 44 | + "illuminate/validation": "^12.20", |
| 45 | + "justinrainbow/json-schema": "^6.4.2", |
| 46 | + "laravel-lang/lang": "^15.22.5", |
| 47 | + "laravel-zero/framework": "^12.0", |
| 48 | + "laravel/prompts": "~0.3.6", |
49 | 49 | "mockery/mockery": "^1.6.12", |
50 | | - "peckphp/peck": "^0.1.2", |
51 | | - "pestphp/pest": "^3.7.4", |
52 | | - "pestphp/pest-plugin-type-coverage": "^3.4", |
53 | | - "spatie/laravel-data": "^4.14.1" |
| 50 | + "peckphp/peck": "^0.1.3", |
| 51 | + "pestphp/pest": "^3.8.2", |
| 52 | + "pestphp/pest-plugin-type-coverage": "^3.6", |
| 53 | + "spatie/laravel-data": "^4.17.0" |
54 | 54 | }, |
55 | 55 | "minimum-stability": "stable", |
56 | 56 | "prefer-stable": true, |
|
81 | 81 | "sort-packages": true |
82 | 82 | }, |
83 | 83 | "scripts": { |
84 | | - "style": "codestyle", |
| 84 | + "style": "codestyle --parallel", |
85 | 85 | "test": [ |
86 | 86 | "@test:coverage", |
87 | 87 | "@test:types", |
|
0 commit comments