Skip to content

Commit

Permalink
Merge pull request #78 from jcchavezs/prepare_for_2.0
Browse files Browse the repository at this point in the history
chore: prepare for version 3.0.
  • Loading branch information
jcchavezs committed Oct 2, 2020
2 parents a54c303 + 122133b commit ecc56a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 1 addition & 6 deletions composer.json
Expand Up @@ -7,7 +7,7 @@
"symfony/http-kernel": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"openzipkin/zipkin": "2.0.x-dev"
"openzipkin/zipkin": "2.0.0"
},
"require-dev": {
"jcchavezs/httptest": "~0.2",
Expand Down Expand Up @@ -38,10 +38,5 @@
"test": "./vendor/bin/phpunit tests/Unit",
"lint": "./vendor/bin/phpcs --standard=ZEND --standard=PSR2 --ignore=*/vendor/* --ignore=*/tests/E2E/test-app/* ./",
"fix-lint": "./vendor/bin/phpcbf --standard=ZEND --standard=PSR2 --ignore=*/vendor/* --ignore=*/tests/Integration/test-app/* ./"
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
}
}
5 changes: 4 additions & 1 deletion src/ZipkinBundle/SpanCustomizer.php
Expand Up @@ -2,9 +2,12 @@

namespace ZipkinBundle;

use Symfony\Component\HttpFoundation\Request;
use Zipkin\Span;
use Symfony\Component\HttpFoundation\Request;

/**
* @deprectated
*/
interface SpanCustomizer
{
/**
Expand Down

0 comments on commit ecc56a4

Please sign in to comment.