-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
90 lines (90 loc) · 2.94 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
{
"_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": "dd01713f189fbb2e31c87a4d0e6a9398",
"packages": [
{
"name": "datadog/dd-trace",
"version": "0.51.0",
"source": {
"type": "git",
"url": "https://github.com/DataDog/dd-trace-php.git",
"reference": "963a83c33390e115c22a5c861e5674646438075a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DataDog/dd-trace-php/zipball/963a83c33390e115c22a5c861e5674646438075a",
"reference": "963a83c33390e115c22a5c861e5674646438075a",
"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": {
"opentracing1": {
"require": {
"opentracing/opentracing": "1.0.0-beta6"
},
"scenario-options": {
"create-lockfile": false
}
}
},
"scenario-options": {
"dependency-licenses": false
}
},
"autoload": {
"psr-4": {
"DDTrace\\": "./src/api/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "José Carlos Chávez",
"email": "[email protected]"
},
{
"name": "DataDog",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "PHP APM Client",
"keywords": [
"DataDog",
"php",
"tracing"
],
"time": "2020-11-17T15:24:54+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}