-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
41 lines (41 loc) · 886 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
38
39
40
41
{
"name": "venca-x/social-login",
"description": "Nette addon. Login with social networks ( Faceboook, Google, Twitter )",
"keywords": [
"social login",
"php",
"nette",
"Facebook login",
"Google login",
"Twitter login"
],
"license": "MIT",
"authors": [
{
"name": "vEnCa-X",
"email": "[email protected]",
"homepage": "http://www.venca-x.cz"
}
],
"require": {
"php": ">=7.2",
"nette/application": "^3.0",
"google/apiclient": "^2.8",
"abraham/twitteroauth": "^2.0.0",
"league/oauth2-facebook": "^2.0"
},
"require-dev": {
"nette/robot-loader": "^3.0",
"nette/bootstrap": "^3.0",
"tracy/tracy": "^2.4",
"nette/tester": "^2.0"
},
"conflict": {
"google/apiclient": "<2.8.0"
},
"autoload": {
"classmap": [
"src/"
]
}
}