|
6426 | 6426 | "source": "https://github.com/hyperf/hyperf" |
6427 | 6427 | } |
6428 | 6428 | }, |
| 6429 | + "v3.1.15": { |
| 6430 | + "name": "hyperf/tracer", |
| 6431 | + "version": "v3.1.15", |
| 6432 | + "version_normalized": "3.1.15.0", |
| 6433 | + "source": { |
| 6434 | + "type": "git", |
| 6435 | + "url": "https://github.com/opencodeco/hyperf-tracer.git", |
| 6436 | + "reference": "df171329f5f6d3130c0a6cb5561f975c8c4f38d3" |
| 6437 | + }, |
| 6438 | + "dist": { |
| 6439 | + "type": "zip", |
| 6440 | + "url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/df171329f5f6d3130c0a6cb5561f975c8c4f38d3", |
| 6441 | + "reference": "df171329f5f6d3130c0a6cb5561f975c8c4f38d3", |
| 6442 | + "shasum": "" |
| 6443 | + }, |
| 6444 | + "require": { |
| 6445 | + "hyperf/contract": "^3.0", |
| 6446 | + "hyperf/di": "^3.0", |
| 6447 | + "hyperf/guzzle": "^3.0", |
| 6448 | + "hyperf/support": "^3.0", |
| 6449 | + "hyperf/utils": "^3.0", |
| 6450 | + "jcchavezs/zipkin-opentracing": "^2.0", |
| 6451 | + "jonahgeorge/jaeger-client-php": "^1.4", |
| 6452 | + "opentracing/opentracing": "^1.0", |
| 6453 | + "php": ">=8.0", |
| 6454 | + "psr/http-message": "^1.0|^2.0" |
| 6455 | + }, |
| 6456 | + "require-dev": { |
| 6457 | + "friendsofphp/php-cs-fixer": "^3.21", |
| 6458 | + "hyperf/config": "^3.0", |
| 6459 | + "hyperf/testing": "^3.0", |
| 6460 | + "mockery/mockery": "^1.6", |
| 6461 | + "phpstan/extension-installer": "^1.3", |
| 6462 | + "phpstan/phpstan": "^1.10", |
| 6463 | + "phpstan/phpstan-mockery": "^1.1", |
| 6464 | + "rector/rector": "^0.17.5" |
| 6465 | + }, |
| 6466 | + "suggest": { |
| 6467 | + "hyperf/event": "Required to use DbQueryExecutedListener.", |
| 6468 | + "jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing." |
| 6469 | + }, |
| 6470 | + "time": "2025-10-01T14:02:57+00:00", |
| 6471 | + "type": "library", |
| 6472 | + "extra": { |
| 6473 | + "branch-alias": { |
| 6474 | + "dev-master": "3.0-dev" |
| 6475 | + }, |
| 6476 | + "hyperf": { |
| 6477 | + "config": "Hyperf\\Tracer\\ConfigProvider" |
| 6478 | + } |
| 6479 | + }, |
| 6480 | + "autoload": { |
| 6481 | + "psr-4": { |
| 6482 | + "Hyperf\\Tracer\\": "src/" |
| 6483 | + } |
| 6484 | + }, |
| 6485 | + "autoload-dev": { |
| 6486 | + "psr-4": { |
| 6487 | + "HyperfTest\\Tracer\\": "tests/" |
| 6488 | + } |
| 6489 | + }, |
| 6490 | + "scripts": { |
| 6491 | + "test": [ |
| 6492 | + "co-phpunit" |
| 6493 | + ], |
| 6494 | + "test-coverage": [ |
| 6495 | + "co-phpunit --coverage-clover clover.xml" |
| 6496 | + ], |
| 6497 | + "cs-fix": [ |
| 6498 | + "php-cs-fixer fix $1" |
| 6499 | + ], |
| 6500 | + "analyse": [ |
| 6501 | + "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon" |
| 6502 | + ], |
| 6503 | + "rector": [ |
| 6504 | + "rector process --clear-cache" |
| 6505 | + ] |
| 6506 | + }, |
| 6507 | + "license": [ |
| 6508 | + "MIT" |
| 6509 | + ], |
| 6510 | + "description": "Drop-in replacement for the Hyperf Tracer component.", |
| 6511 | + "homepage": "https://hyperf.io", |
| 6512 | + "keywords": [ |
| 6513 | + "hyperf", |
| 6514 | + "jaeger", |
| 6515 | + "open-tracing", |
| 6516 | + "php", |
| 6517 | + "zipkin" |
| 6518 | + ], |
| 6519 | + "support": { |
| 6520 | + "docs": "https://hyperf.wiki", |
| 6521 | + "issues": "https://github.com/hyperf/hyperf/issues", |
| 6522 | + "pull-request": "https://github.com/hyperf/hyperf/pulls", |
| 6523 | + "source": "https://github.com/hyperf/hyperf" |
| 6524 | + } |
| 6525 | + }, |
6429 | 6526 | "v3.1.2": { |
6430 | 6527 | "name": "hyperf/tracer", |
6431 | 6528 | "version": "v3.1.2", |
|
7402 | 7499 | "source": "https://github.com/hyperf/hyperf" |
7403 | 7500 | } |
7404 | 7501 | }, |
7405 | | - "dev-improve-http-client-aspect-uri-mask": { |
7406 | | - "name": "hyperf/tracer", |
7407 | | - "version": "dev-improve-http-client-aspect-uri-mask", |
7408 | | - "version_normalized": "dev-improve-http-client-aspect-uri-mask", |
7409 | | - "source": { |
7410 | | - "type": "git", |
7411 | | - "url": "https://github.com/opencodeco/hyperf-tracer.git", |
7412 | | - "reference": "5a76215a32b543483dfdb060f6431f2e10ec828b" |
7413 | | - }, |
7414 | | - "dist": { |
7415 | | - "type": "zip", |
7416 | | - "url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/5a76215a32b543483dfdb060f6431f2e10ec828b", |
7417 | | - "reference": "5a76215a32b543483dfdb060f6431f2e10ec828b", |
7418 | | - "shasum": "" |
7419 | | - }, |
7420 | | - "require": { |
7421 | | - "hyperf/contract": "^3.0", |
7422 | | - "hyperf/di": "^3.0", |
7423 | | - "hyperf/guzzle": "^3.0", |
7424 | | - "hyperf/support": "^3.0", |
7425 | | - "hyperf/utils": "^3.0", |
7426 | | - "jcchavezs/zipkin-opentracing": "^2.0", |
7427 | | - "jonahgeorge/jaeger-client-php": "^1.4", |
7428 | | - "opentracing/opentracing": "^1.0", |
7429 | | - "php": ">=8.0", |
7430 | | - "psr/http-message": "^1.0|^2.0" |
7431 | | - }, |
7432 | | - "require-dev": { |
7433 | | - "friendsofphp/php-cs-fixer": "^3.21", |
7434 | | - "hyperf/config": "^3.0", |
7435 | | - "hyperf/testing": "^3.0", |
7436 | | - "mockery/mockery": "^1.6", |
7437 | | - "phpstan/extension-installer": "^1.3", |
7438 | | - "phpstan/phpstan": "^1.10", |
7439 | | - "phpstan/phpstan-mockery": "^1.1", |
7440 | | - "rector/rector": "^0.17.5" |
7441 | | - }, |
7442 | | - "suggest": { |
7443 | | - "hyperf/event": "Required to use DbQueryExecutedListener.", |
7444 | | - "jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing." |
7445 | | - }, |
7446 | | - "time": "2025-09-29T21:53:16+00:00", |
7447 | | - "type": "library", |
7448 | | - "extra": { |
7449 | | - "branch-alias": { |
7450 | | - "dev-master": "3.0-dev" |
7451 | | - }, |
7452 | | - "hyperf": { |
7453 | | - "config": "Hyperf\\Tracer\\ConfigProvider" |
7454 | | - } |
7455 | | - }, |
7456 | | - "autoload": { |
7457 | | - "psr-4": { |
7458 | | - "Hyperf\\Tracer\\": "src/" |
7459 | | - } |
7460 | | - }, |
7461 | | - "autoload-dev": { |
7462 | | - "psr-4": { |
7463 | | - "HyperfTest\\Tracer\\": "tests/" |
7464 | | - } |
7465 | | - }, |
7466 | | - "scripts": { |
7467 | | - "test": [ |
7468 | | - "co-phpunit" |
7469 | | - ], |
7470 | | - "test-coverage": [ |
7471 | | - "co-phpunit --coverage-clover clover.xml" |
7472 | | - ], |
7473 | | - "cs-fix": [ |
7474 | | - "php-cs-fixer fix $1" |
7475 | | - ], |
7476 | | - "analyse": [ |
7477 | | - "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon" |
7478 | | - ], |
7479 | | - "rector": [ |
7480 | | - "rector process --clear-cache" |
7481 | | - ] |
7482 | | - }, |
7483 | | - "license": [ |
7484 | | - "MIT" |
7485 | | - ], |
7486 | | - "description": "Drop-in replacement for the Hyperf Tracer component.", |
7487 | | - "homepage": "https://hyperf.io", |
7488 | | - "keywords": [ |
7489 | | - "hyperf", |
7490 | | - "jaeger", |
7491 | | - "open-tracing", |
7492 | | - "php", |
7493 | | - "zipkin" |
7494 | | - ], |
7495 | | - "support": { |
7496 | | - "docs": "https://hyperf.wiki", |
7497 | | - "issues": "https://github.com/hyperf/hyperf/issues", |
7498 | | - "pull-request": "https://github.com/hyperf/hyperf/pulls", |
7499 | | - "source": "https://github.com/hyperf/hyperf" |
7500 | | - } |
7501 | | - }, |
7502 | 7502 | "dev-main": { |
7503 | 7503 | "name": "hyperf/tracer", |
7504 | 7504 | "version": "dev-main", |
7505 | 7505 | "version_normalized": "dev-main", |
7506 | 7506 | "source": { |
7507 | 7507 | "type": "git", |
7508 | 7508 | "url": "https://github.com/opencodeco/hyperf-tracer.git", |
7509 | | - "reference": "33edd8f4bd607ed06a38f0a29313e66b1f1ba38f" |
| 7509 | + "reference": "df171329f5f6d3130c0a6cb5561f975c8c4f38d3" |
7510 | 7510 | }, |
7511 | 7511 | "dist": { |
7512 | 7512 | "type": "zip", |
7513 | | - "url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/33edd8f4bd607ed06a38f0a29313e66b1f1ba38f", |
7514 | | - "reference": "33edd8f4bd607ed06a38f0a29313e66b1f1ba38f", |
| 7513 | + "url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/df171329f5f6d3130c0a6cb5561f975c8c4f38d3", |
| 7514 | + "reference": "df171329f5f6d3130c0a6cb5561f975c8c4f38d3", |
7515 | 7515 | "shasum": "" |
7516 | 7516 | }, |
7517 | 7517 | "require": { |
|
7540 | 7540 | "hyperf/event": "Required to use DbQueryExecutedListener.", |
7541 | 7541 | "jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing." |
7542 | 7542 | }, |
7543 | | - "time": "2025-08-29T18:53:07+00:00", |
| 7543 | + "time": "2025-10-01T14:02:57+00:00", |
7544 | 7544 | "default-branch": true, |
7545 | 7545 | "type": "library", |
7546 | 7546 | "extra": { |
|
0 commit comments