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

Commit 30c80b9

Browse files
authored
Prepare for packagist release (#11)
* Add authors field. Skip inclusion of ext/ files * Add suggestion for installing the opencensus extension
1 parent 4705261 commit 30c80b9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@
33
"type": "library",
44
"description": "OpenCensus Trace Client for PHP",
55
"license": "Apache-2.0",
6+
"authors": [
7+
{
8+
"name": "Jeff Ching",
9+
"email": "chingor@google.com"
10+
}
11+
],
612
"minimum-stability": "stable",
713
"require": {
14+
"php": ">=5.5",
815
"ramsey/uuid": "~3",
916
"psr/log": "^1.0",
1017
"psr/cache": "^1.0",
@@ -16,6 +23,7 @@
1623
"google/cloud-trace": "^0.3"
1724
},
1825
"suggest": {
26+
"ext-opencensus": "Enable tracing arbitrary functions.",
1927
"cache/apcu-adapter": "Enable QpsSampler to use apcu cache.",
2028
"cache/apc-adapter": "Enable QpsSampler to use apc cache.",
2129
"cache/memcached-adapter": "Enable QpsSampler to use memcached cache."
@@ -24,5 +32,11 @@
2432
"psr-4": {
2533
"OpenCensus\\": "src/"
2634
}
35+
},
36+
"archive": {
37+
"exclude": [
38+
"ext/",
39+
"scripts/"
40+
]
2741
}
2842
}

0 commit comments

Comments
 (0)