-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 849 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 849 Bytes
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
{
"name": "bowphp/soauth",
"description": "The social authentification package for Bow Framework",
"type": "library",
"require": {
"league/oauth2-client": "^2.4.1",
"league/oauth2-github": "^3.1",
"league/oauth2-facebook": "^2.2",
"league/oauth2-google": "^4.0",
"league/oauth2-linkedin": "^5.1",
"league/oauth2-instagram": "^3.1",
"omines/oauth2-gitlab": "^3.6"
},
"require-dev": {
"phpunit/phpunit": "^9",
"bowphp/framework": "^5.1"
},
"autoload": {
"psr-4": {
"Bow\\Soauth\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "Franck DAKIA",
"email": "dakiafranck@gmail.com",
"role": "Lead Developer"
}
],
"minimum-stability": "stable"
}