forked from Dolphiq/lumen-dingo-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 912 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "crashtest-security/lumen-dingo-adapter",
"description": "Using Dingo + JWT in your Lumen Based Application with no pain",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Zeek\\LumenDingoAdapter\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"php": ">=7.1",
"illuminate/hashing": "^5.8",
"tymon/jwt-auth": "1.0.0-rc.4.1",
"illuminate/cookie": "^5.8",
"illuminate/routing": "^5.8",
"illuminate/http": "^5.8",
"dingo/api": "2.3.0"
},
"authors": [
{
"name": "Krisan Alfa Timur",
"email": "[email protected]"
}
],
"replace": {
"krisanalfa/lumen-dingo-adapter": "0.1.0",
"dolphiq/lumen-dingo-adapter": "1.1",
"tosinbot/lumen-dingo-adapter": "dev-master",
"durimjusaj/lumen-dingo-adapter": "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true
}