Skip to content

Commit 801cf1a

Browse files
committed
Fix sanctum version
1 parent 7d23ba4 commit 801cf1a

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
@@ -25,7 +25,7 @@
2525
"illuminate/support": "^9.0",
2626
"jeremykendall/php-domain-parser": "^6.1",
2727
"laravel-ready/ultimate-support": "^1.0",
28-
"laravel/sanctum": "^2.x || ^3.x"
28+
"laravel/sanctum": "^2.1 || ^3.0"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.4",

0 commit comments

Comments
 (0)