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

Commit 0a0ffb8

Browse files
authored
Prepare 0.0.4 packagist opencensus/opencensus release (#63)
* Add a composer conflict for > 0.0.4 version of the opencensus extension. * Change conflict to >= 0.1.0 for the extension
1 parent 61872b5 commit 0a0ffb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"twig/twig": "~2.0",
2525
"symfony/yaml": "~3.3"
2626
},
27+
"conflict": {
28+
"ext-opencensus": ">= 0.1.0"
29+
},
2730
"suggest": {
2831
"ext-opencensus": "Enable tracing arbitrary functions.",
2932
"cache/apcu-adapter": "Enable QpsSampler to use apcu cache.",

0 commit comments

Comments
 (0)