generated from dmstr/template-yii2-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.11 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "dmstr/yii2-oauth-module",
"type": "library",
"description": "Yii2 OAuth2 Module",
"keywords": [
"yii2",
"oauth",
"oauth2"
],
"homepage": "https://www.dmstr.io/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Elias Luhr",
"email": "[email protected]"
}
],
"require": {
"2amigos/yii2-usuario": "^1.5",
"dmstr/yii2-bootstrap": "^0.2.2",
"dmstr/yii2-web": "^1.1",
"guzzlehttp/psr7": "^2.7",
"league/oauth2-server": "^8.4",
"yiisoft/yii2": "^2.0"
},
"require-dev": {
"schmunk42/yii2-giiant": "^0.13.0"
},
"autoload": {
"psr-4": {
"dmstr\\oauth\\": "src"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"suggest": {
"bizley/jwt": "JWT tokens for authentication"
},
"repositories": {
"ap": {
"type": "composer",
"url": "https://asset-packagist.org"
}
}
}