Skip to content

Commit 80ff2e8

Browse files
committed
整体升级
1 parent de8041c commit 80ff2e8

27 files changed

+6482
-459
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
2-
.DS_Store
2+
.DS_Store
3+
vendor

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.1.3",
13-
"laravel/framework": "*",
14-
"tymon/jwt-auth": "^1.0"
12+
"php": ">=7.4.0",
13+
"laravel/passport": "^10.1",
14+
"overtrue/laravel-passport-cache-token": "^2.2"
1515
},
1616
"autoload": {
1717
"psr-4": {
18-
"Jason\\": "src/"
18+
"Jason\\Api\\": "src/"
1919
},
2020
"files": [
2121
]

0 commit comments

Comments
 (0)