-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.lock
62 lines (62 loc) · 2.13 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
{
"_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": "c5fa093cbf57dd29aefa7c68ac6d0181",
"packages": [
{
"name": "mautic/api-library",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/mautic/api-library.git",
"reference": "5b0d9051a3a42eea132fa6da35b712e947804d2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mautic/api-library/zipball/5b0d9051a3a42eea132fa6da35b712e947804d2c",
"reference": "5b0d9051a3a42eea132fa6da35b712e947804d2c",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=7.2.0",
"psr/log": "~1.0 || ~2.0 || ~3.0"
},
"require-dev": {
"brianium/paratest": "^6.2",
"friendsofphp/php-cs-fixer": "~2.16.1",
"kint-php/kint": "^4.1",
"phpunit/phpunit": "~9.5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mautic\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Mautic API Connector Library",
"support": {
"issues": "https://github.com/mautic/api-library/issues",
"source": "https://github.com/mautic/api-library/tree/3.1.0"
},
"time": "2022-05-04T13:59:18+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}