Skip to content

Commit 6de4be7

Browse files
committed
L11
1 parent cf2a8a5 commit 6de4be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel",
44
"type": "library",
55
"require": {
6-
"php": "^8.1|^8.2",
6+
"php": "^8.1",
77
"lcobucci/jwt": "^4.3",
8-
"illuminate/support": "^8.0|^9.0|^10.0"
8+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
99
},
1010
"require-dev": {
1111
"orchestra/testbench": "^7.0",

0 commit comments

Comments
 (0)