-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
81 lines (81 loc) · 2.82 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
{
"_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": "e8a5f7c8d595224722ebd3aa1e247d0b",
"packages": [],
"packages-dev": [
{
"name": "perftools/php-profiler",
"version": "0.12.0",
"source": {
"type": "git",
"url": "https://github.com/perftools/php-profiler.git",
"reference": "e27913c4f3050e5bde57f3ed292fb0622408ab62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/perftools/php-profiler/zipball/e27913c4f3050e5bde57f3ed292fb0622408ab62",
"reference": "e27913c4f3050e5bde57f3ed292fb0622408ab62",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^5.3.0 || ^7.0 || ^8.0"
},
"conflict": {
"perftools/xhgui-collector": "<1.8"
},
"require-dev": {
"perftools/xhgui-collector": "^1.8"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Adapter to provide ext-mongo interface on top of mongo-php-libary (PHP>=5.6)",
"ext-curl": "cURL extension for upload saver",
"ext-mongo": "mongo extension (PHP>=5.3,<7.0)",
"ext-mongodb": "mongodb extension (PHP>=5.4)",
"ext-tideways": "Use tideways to profile",
"ext-uprofiler": "Use uprofiler to profile",
"ext-xhprof": "Use xhprof to profile",
"perftools/xhgui-collector": "For mongodb or pdo savers"
},
"type": "library",
"autoload": {
"psr-4": {
"Xhgui\\Profiler\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lauri Piisang",
"email": "[email protected]"
},
{
"name": "Elan Ruusamäe",
"email": "[email protected]"
}
],
"description": "PHP Profiling based on XHGUI",
"time": "2020-09-16T16:55:05+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.4"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.4"
},
"plugin-api-version": "1.1.0"
}