Skip to content

Commit 9696ebe

Browse files
committed
Bump dependencies for Laravel 12
1 parent b451e8e commit 9696ebe

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

composer.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "laravel/jetstream",
33
"description": "Tailwind scaffolding for the Laravel framework.",
4-
"keywords": ["laravel", "tailwind", "auth"],
4+
"keywords": [
5+
"laravel",
6+
"tailwind",
7+
"auth"
8+
],
59
"license": "MIT",
610
"support": {
711
"issues": "https://github.com/laravel/jetstream/issues",
@@ -16,8 +20,8 @@
1620
"require": {
1721
"php": "^8.2.0",
1822
"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",
2125
"laravel/fortify": "^1.20",
2226
"mobiledetect/mobiledetectlib": "^4.8.08",
2327
"symfony/console": "^7.0"
@@ -27,9 +31,9 @@
2731
"laravel/sanctum": "^4.0",
2832
"livewire/livewire": "^3.3",
2933
"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"
3337
},
3438
"autoload": {
3539
"psr-4": {

0 commit comments

Comments
 (0)