-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
41 lines (41 loc) · 1.04 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
{
"name": "msp/module-backend-google-sign-on",
"description": "Backend Google Sign On for Magento 2",
"require": {
"php": ">=7.2.0",
"magento/magento2-base": "^2.3",
"magento/module-backend": "*",
"magento/module-user": "*",
"google/apiclient": "^2.6"
},
"support": {
"issues": "https://github.com/magespecialist/m2-GoogleSignOn/issues"
},
"homepage": "https://github.com/magespecialist/m2-GoogleSignOn",
"keywords": [
"magento",
"google",
"security",
"tool"
],
"authors": [
{
"name": "Riccardo Tempesta",
"email": "[email protected]"
},
{
"name": "Giacomo Mirabassi",
"email": "[email protected]"
}
],
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MSP\\BackendGoogleSignOn\\": ""
}
}
}