-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
59 lines (58 loc) · 1.23 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
50
51
52
53
54
55
56
57
58
59
{
"name": "gigya/magento2-im",
"description": "Gigya Identity Management for Magento 2",
"type": "magento2-module",
"version": "6.3.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Guy A",
"email": "[email protected]"
},
{
"name": "Alexandre Khayrullin",
"email": "[email protected]"
},
{
"name": "Vincent Lemaire",
"email": "[email protected]"
},
{
"name": "Yan Nasonov",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
},
{
"type": "vcs",
"url": "https://github.com/SAP/gigya-php-sdk.git"
}
],
"require": {
"php": "^8.1.0",
"magento/module-customer": "*",
"magento/module-checkout": "*",
"aws/aws-sdk-php": "~3.0",
"gigya/php-sdk": ">=3.0.7",
"ext-json": "*",
"ext-openssl": "*"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "~2.5.0",
"squizlabs/php_codesniffer": "2.8.1",
"magento/marketplace-eqp": "*"
},
"autoload": {
"psr-4": { "Gigya\\GigyaIM\\": "" },
"files": [ "registration.php" ]
}
}