|
6848 | 6848 | "source": "https://github.com/hyperf/hyperf" |
6849 | 6849 | } |
6850 | 6850 | }, |
| 6851 | + "v3.1.17": { |
| 6852 | + "name": "hyperf/tracer", |
| 6853 | + "version": "v3.1.17", |
| 6854 | + "version_normalized": "3.1.17.0", |
| 6855 | + "source": { |
| 6856 | + "type": "git", |
| 6857 | + "url": "https://github.com/opencodeco/hyperf-tracer.git", |
| 6858 | + "reference": "931175803425fc14a5bfb3aa116728056438c064" |
| 6859 | + }, |
| 6860 | + "dist": { |
| 6861 | + "type": "zip", |
| 6862 | + "url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064", |
| 6863 | + "reference": "931175803425fc14a5bfb3aa116728056438c064", |
| 6864 | + "shasum": "" |
| 6865 | + }, |
| 6866 | + "require": { |
| 6867 | + "hyperf/contract": "^3.0", |
| 6868 | + "hyperf/di": "^3.0", |
| 6869 | + "hyperf/guzzle": "^3.0", |
| 6870 | + "hyperf/support": "^3.0", |
| 6871 | + "hyperf/utils": "^3.0", |
| 6872 | + "jcchavezs/zipkin-opentracing": "^2.0", |
| 6873 | + "jonahgeorge/jaeger-client-php": "^1.4", |
| 6874 | + "opentracing/opentracing": "^1.0", |
| 6875 | + "php": ">=8.0", |
| 6876 | + "psr/http-message": "^1.0|^2.0" |
| 6877 | + }, |
| 6878 | + "require-dev": { |
| 6879 | + "friendsofphp/php-cs-fixer": "^3.21", |
| 6880 | + "hyperf/config": "^3.0", |
| 6881 | + "hyperf/testing": "^3.0", |
| 6882 | + "mockery/mockery": "^1.6", |
| 6883 | + "phpstan/extension-installer": "^1.3", |
| 6884 | + "phpstan/phpstan": "^1.10", |
| 6885 | + "phpstan/phpstan-mockery": "^1.1", |
| 6886 | + "rector/rector": "^0.17.5" |
| 6887 | + }, |
| 6888 | + "suggest": { |
| 6889 | + "hyperf/event": "Required to use DbQueryExecutedListener.", |
| 6890 | + "jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing." |
| 6891 | + }, |
| 6892 | + "time": "2025-12-03T16:29:17+00:00", |
| 6893 | + "type": "library", |
| 6894 | + "extra": { |
| 6895 | + "branch-alias": { |
| 6896 | + "dev-master": "3.0-dev" |
| 6897 | + }, |
| 6898 | + "hyperf": { |
| 6899 | + "config": "Hyperf\\Tracer\\ConfigProvider" |
| 6900 | + } |
| 6901 | + }, |
| 6902 | + "autoload": { |
| 6903 | + "psr-4": { |
| 6904 | + "Hyperf\\Tracer\\": "src/" |
| 6905 | + } |
| 6906 | + }, |
| 6907 | + "autoload-dev": { |
| 6908 | + "psr-4": { |
| 6909 | + "HyperfTest\\Tracer\\": "tests/" |
| 6910 | + } |
| 6911 | + }, |
| 6912 | + "scripts": { |
| 6913 | + "test": [ |
| 6914 | + "co-phpunit" |
| 6915 | + ], |
| 6916 | + "test-coverage": [ |
| 6917 | + "co-phpunit --coverage-clover clover.xml" |
| 6918 | + ], |
| 6919 | + "cs-fix": [ |
| 6920 | + "php-cs-fixer fix $1" |
| 6921 | + ], |
| 6922 | + "analyse": [ |
| 6923 | + "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon" |
| 6924 | + ], |
| 6925 | + "rector": [ |
| 6926 | + "rector process --clear-cache" |
| 6927 | + ] |
| 6928 | + }, |
| 6929 | + "license": [ |
| 6930 | + "MIT" |
| 6931 | + ], |
| 6932 | + "description": "Drop-in replacement for the Hyperf Tracer component.", |
| 6933 | + "homepage": "https://hyperf.io", |
| 6934 | + "keywords": [ |
| 6935 | + "hyperf", |
| 6936 | + "jaeger", |
| 6937 | + "open-tracing", |
| 6938 | + "php", |
| 6939 | + "zipkin" |
| 6940 | + ], |
| 6941 | + "support": { |
| 6942 | + "docs": "https://hyperf.wiki", |
| 6943 | + "issues": "https://github.com/hyperf/hyperf/issues", |
| 6944 | + "pull-request": "https://github.com/hyperf/hyperf/pulls", |
| 6945 | + "source": "https://github.com/hyperf/hyperf" |
| 6946 | + } |
| 6947 | + }, |
6851 | 6948 | "v3.1.2": { |
6852 | 6949 | "name": "hyperf/tracer", |
6853 | 6950 | "version": "v3.1.2", |
|
7831 | 7928 | "source": { |
7832 | 7929 | "type": "git", |
7833 | 7930 | "url": "https://github.com/opencodeco/hyperf-tracer.git", |
7834 | | - "reference": "1304c995884485fb9349f32dbe825f59949d2d79" |
| 7931 | + "reference": "931175803425fc14a5bfb3aa116728056438c064" |
7835 | 7932 | }, |
7836 | 7933 | "dist": { |
7837 | 7934 | "type": "zip", |
7838 | | - "url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/1304c995884485fb9349f32dbe825f59949d2d79", |
7839 | | - "reference": "1304c995884485fb9349f32dbe825f59949d2d79", |
| 7935 | + "url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064", |
| 7936 | + "reference": "931175803425fc14a5bfb3aa116728056438c064", |
7840 | 7937 | "shasum": "" |
7841 | 7938 | }, |
7842 | 7939 | "require": { |
|
7865 | 7962 | "hyperf/event": "Required to use DbQueryExecutedListener.", |
7866 | 7963 | "jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing." |
7867 | 7964 | }, |
7868 | | - "time": "2025-10-06T17:17:53+00:00", |
| 7965 | + "time": "2025-12-03T16:29:17+00:00", |
7869 | 7966 | "default-branch": true, |
7870 | 7967 | "type": "library", |
7871 | 7968 | "extra": { |
|
0 commit comments