Skip to content

Commit 70e9d48

Browse files
committed
Laravel 10 support
1 parent 99f3f12 commit 70e9d48

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
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^8.0",
77
"lcobucci/jwt": "3.2.*|3.3.*",
8-
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0"
8+
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0"
99
},
1010
"require-dev": {
1111
"orchestra/testbench": "^7.0",

0 commit comments

Comments
 (0)