Skip to content

Commit 513fe27

Browse files
upgrade dependencies
1 parent 1cd2505 commit 513fe27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "This package allows JWT-authenticated users to be stored and management in Redis with their roles, permissions, statuses and anything you want.",
44
"type": "library",
55
"require": {
6-
"php": ">=7.2",
7-
"tymon/jwt-auth": "1.0.*",
8-
"spatie/laravel-permission": "^3.3",
6+
"php": ">=7.2.5",
7+
"tymon/jwt-auth": "^1.0.2",
8+
"spatie/laravel-permission": "^4.0",
99
"sametsahindogan/response-object-creator": "1.0.2"
1010
},
1111
"license": "MIT",

0 commit comments

Comments
 (0)