Skip to content

Commit b0b29e1

Browse files
authored
[10.x] Update minimum laravel/sanctum (#6261)
PR #6234 updated the configuration but it depends on Sanctum 3.3. This PR avoids installing Sanctum 3.2 with the new config.
1 parent 7fe97a1 commit b0b29e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": "^8.1",
99
"guzzlehttp/guzzle": "^7.2",
1010
"laravel/framework": "^10.10",
11-
"laravel/sanctum": "^3.2",
11+
"laravel/sanctum": "^3.3",
1212
"laravel/tinker": "^2.8"
1313
},
1414
"require-dev": {

0 commit comments

Comments
 (0)