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

Commit a385a0c

Browse files
authored
Fix dev dependency on google/cloud-trace (#91)
1 parent 17bf612 commit a385a0c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,10 @@
2020
"require-dev": {
2121
"phpunit/phpunit": "4.8.*",
2222
"squizlabs/php_codesniffer": "2.*",
23-
"google/cloud": "dev-trace-v2",
23+
"google/cloud-trace": "^0.4",
2424
"twig/twig": "~2.0",
2525
"symfony/yaml": "~3.3"
2626
},
27-
"repositories": [
28-
{
29-
"type": "git",
30-
"url": "https://github.com/chingor13/google-cloud-php"
31-
}
32-
],
3327
"conflict": {
3428
"ext-opencensus": "< 0.1.0"
3529
},

0 commit comments

Comments
 (0)