|
1 | 1 | {
|
2 | 2 | "name": "laravel/jetstream",
|
3 | 3 | "description": "Tailwind scaffolding for the Laravel framework.",
|
4 |
| - "keywords": ["laravel", "tailwind", "auth"], |
| 4 | + "keywords": [ |
| 5 | + "laravel", |
| 6 | + "tailwind", |
| 7 | + "auth" |
| 8 | + ], |
5 | 9 | "license": "MIT",
|
6 | 10 | "support": {
|
7 | 11 | "issues": "https://github.com/laravel/jetstream/issues",
|
|
16 | 20 | "require": {
|
17 | 21 | "php": "^8.2.0",
|
18 | 22 | "ext-json": "*",
|
19 |
| - "illuminate/console": "^11.0", |
20 |
| - "illuminate/support": "^11.0", |
| 23 | + "illuminate/console": "^11.0|^12.0", |
| 24 | + "illuminate/support": "^11.0|^12.0", |
21 | 25 | "laravel/fortify": "^1.20",
|
22 | 26 | "mobiledetect/mobiledetectlib": "^4.8.08",
|
23 | 27 | "symfony/console": "^7.0"
|
|
27 | 31 | "laravel/sanctum": "^4.0",
|
28 | 32 | "livewire/livewire": "^3.3",
|
29 | 33 | "mockery/mockery": "^1.0",
|
30 |
| - "orchestra/testbench": "^9.0", |
31 |
| - "phpstan/phpstan": "^1.10", |
32 |
| - "phpunit/phpunit": "^10.4" |
| 34 | + "orchestra/testbench": "^9.0|^10.0", |
| 35 | + "phpstan/phpstan": "^1.10|^2.1", |
| 36 | + "phpunit/phpunit": "^10.4|^11.5.3" |
33 | 37 | },
|
34 | 38 | "autoload": {
|
35 | 39 | "psr-4": {
|
|
0 commit comments