|
25 | 25 | "filament/filament": "^4.0", |
26 | 26 | "filament/spatie-laravel-settings-plugin": "^4.0", |
27 | 27 | "guzzlehttp/guzzle": "^7.8", |
28 | | - "illuminate/cache": "^11.35.0", |
29 | | - "illuminate/console": "^11.35.0", |
30 | | - "illuminate/database": "^11.35.0", |
31 | | - "illuminate/events": "^11.35.0", |
32 | | - "illuminate/queue": "^11.35.0", |
33 | | - "illuminate/support": "^11.35.0", |
| 28 | + "illuminate/cache": "^11.35.0|^12.0", |
| 29 | + "illuminate/console": "^11.35.0|^12.0", |
| 30 | + "illuminate/database": "^11.35.0|^12.0", |
| 31 | + "illuminate/events": "^11.35.0|^12.0", |
| 32 | + "illuminate/queue": "^11.35.0|^12.0", |
| 33 | + "illuminate/support": "^11.35.0|^12.0", |
34 | 34 | "laravel/sanctum": "^4.0", |
35 | | - "nesbot/carbon": "^2.70", |
| 35 | + "nesbot/carbon": "^2.70|^3.0", |
36 | 36 | "spatie/laravel-data": "^4.11", |
37 | | - "spatie/laravel-query-builder": "^5.5", |
| 37 | + "spatie/laravel-query-builder": "^6.3", |
38 | 38 | "spatie/laravel-settings": "^3.2", |
39 | 39 | "spatie/laravel-webhook-server": "^3.8", |
40 | | - "timacdonald/json-api": "^1.0.0-beta.4", |
| 40 | + "timacdonald/json-api": "^1.0.0-beta.10", |
41 | 41 | "twig/twig": "^3.0" |
42 | 42 | }, |
43 | 43 | "require-dev": { |
|
47 | 47 | "laravel/mcp": "^0.5", |
48 | 48 | "laravel/pail": "^1.1", |
49 | 49 | "laravel/pint": "^1.24", |
50 | | - "orchestra/testbench": "^9.15.1", |
| 50 | + "orchestra/testbench": "^9.15.1|^10.0", |
51 | 51 | "pestphp/pest": "^3.8", |
52 | | - "pestphp/pest-plugin-laravel": "^3.0", |
53 | | - "pestphp/pest-plugin-livewire": "*", |
54 | | - "pestphp/pest-plugin-type-coverage": "^3.3", |
| 52 | + "pestphp/pest-plugin-laravel": "^3.7", |
| 53 | + "pestphp/pest-plugin-livewire": "^3.0", |
| 54 | + "pestphp/pest-plugin-type-coverage": "^3.5", |
55 | 55 | "psalm/plugin-laravel": "^3.14" |
56 | 56 | }, |
57 | 57 | "minimum-stability": "dev", |
|
0 commit comments