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

Commit d5f0a51

Browse files
authored
Relax dependency versions (#5)
1 parent fc0254d commit d5f0a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "library",
55
"require": {
66
"php": ">=5.6",
7-
"opencensus/opencensus": "^0.4",
8-
"google/cloud-trace": "^0.4"
7+
"opencensus/opencensus": "~0.4",
8+
"google/cloud-trace": "~0.4"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^6.0",

0 commit comments

Comments
 (0)