Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit cb0b014

Browse files
committed
Fix composer.json
1 parent 7be81c2 commit cb0b014

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"name": "opencensus/opencensus-exporter-jaeger",
3-
"description": "OpenCensus Jaeger Exporter for PHP",
2+
"name": "opencensus/opencensus-exporter-zipkin",
3+
"description": "OpenCensus Zipkin Exporter for PHP",
44
"type": "library",
55
"require": {
66
"php": ">=5.6",
7-
"opencensus/opencensus": "^0.2",
8-
"apache/thrift": "^0.11"
7+
"opencensus/opencensus": "^0.2"
98
},
109
"require-dev": {
1110
"phpunit/phpunit": "^7.0",

0 commit comments

Comments
 (0)