Skip to content

Commit

Permalink
Merge pull request #59 from jcchavezs/uses_php_3.0.0
Browse files Browse the repository at this point in the history
chore: uses Zipkin PHP 3.0
  • Loading branch information
jcchavezs authored Nov 18, 2021
2 parents a954719 + 14872c1 commit 30e1299
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,17 @@
"require": {
"php": ">=7.4 || ^8.0",
"opentracing/opentracing": "^1.0.1",
"openzipkin/zipkin": "3.0.x-dev"
"openzipkin/zipkin": "3.0.0"
},
"provide": {
"opentracing/opentracing": "dev-master"
"opentracing/opentracing": "1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "3.*",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^0.12.26"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"ZipkinOpenTracing\\": "./src/ZipkinOpenTracing/"
Expand Down

0 comments on commit 30e1299

Please sign in to comment.