forked from smartsupp/plugin-prestashop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
105 lines (105 loc) · 3.51 KB
/
composer.lock
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8c62af103569bb882c558226bd17bdcd",
"packages": [
{
"name": "smartsupp/chat-code-generator",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/smartsupp/chat-code-generator.git",
"reference": "1f63b44aeb90a1cd9e37b260a35b0ccb3377feea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smartsupp/chat-code-generator/zipball/1f63b44aeb90a1cd9e37b260a35b0ccb3377feea",
"reference": "1f63b44aeb90a1cd9e37b260a35b0ccb3377feea",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Smartsupp": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Marek Gach",
"role": "lead"
}
],
"description": "This simple PHP class allows you to easily generate Smartsupp.com JS chat code.",
"homepage": "https://www.smartsupp.com/",
"keywords": [
"chat"
],
"time": "2018-11-08T15:36:32+00:00"
},
{
"name": "smartsupp/php-partner-client",
"version": "1.1",
"source": {
"type": "git",
"url": "https://github.com/smartsupp/php-auth-client.git",
"reference": "caa587a89ae551f1356f083baf29d31567468020"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smartsupp/php-auth-client/zipball/caa587a89ae551f1356f083baf29d31567468020",
"reference": "caa587a89ae551f1356f083baf29d31567468020",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Smartsupp": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Marek Gach",
"role": "lead"
}
],
"description": "API client allows to register and login (obtain API key) from Smartsupp partner API.",
"homepage": "https://www.smartsupp.com/",
"keywords": [
"chat"
],
"time": "2019-09-30T15:08:09+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.6.0"
},
"platform-dev": []
}