-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
115 lines (115 loc) · 3.88 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
106
107
108
109
110
111
112
113
114
115
{
"_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": "9bbd19c2c152a9dd7172711f45086be2",
"packages": [],
"packages-dev": [
{
"name": "datadog/dd-trace",
"version": "v0.79.0",
"source": {
"type": "git",
"url": "https://github.com/DataDog/dd-trace-php.git",
"reference": "77e083b943458707e9e464d0e957263caa43b089"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DataDog/dd-trace-php/zipball/77e083b943458707e9e464d0e957263caa43b089",
"reference": "77e083b943458707e9e464d0e957263caa43b089",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": "^5.4 || ^7.0 || ^8.0.0"
},
"require-dev": {
"ext-posix": "*",
"g1a/composer-test-scenarios": "~3.0",
"mockery/mockery": "*",
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "^3.3.0",
"symfony/process": "<5"
},
"type": "library",
"extra": {
"scenarios": {
"opentracing_beta5": {
"require": {
"opentracing/opentracing": "1.0.0-beta5"
},
"scenario-options": {
"create-lockfile": false
}
},
"opentracing_beta6": {
"require": {
"opentracing/opentracing": "1.0.0-beta6"
},
"scenario-options": {
"create-lockfile": false
}
},
"opentracing10": {
"require": {
"opentracing/opentracing": "^1.0"
},
"scenario-options": {
"create-lockfile": false
}
}
},
"scenario-options": {
"dependency-licenses": false
}
},
"autoload": {
"files": [
"./src/api/bootstrap.composer.php"
],
"psr-4": {
"DDTrace\\": "./src/api/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "José Carlos Chávez",
"email": "jcchavezs@gmail.com"
},
{
"name": "DataDog",
"email": "dev@datadoghq.com",
"role": "Developer"
}
],
"description": "PHP APM Client",
"keywords": [
"DataDog",
"php",
"tracing"
],
"support": {
"issues": "https://github.com/DataDog/dd-trace-php/issues",
"source": "https://github.com/DataDog/dd-trace-php/tree/v0.79.0"
},
"time": "2022-09-09T08:08:01+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4.0"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
}