taisph / laravel-opentracing

OpenTracing for Laravel
Apache License 2.0
12 stars 11 forks source link

Laravel 6.x compatibility #12

Open chapmanp opened 4 years ago

chapmanp commented 4 years ago

When I attempt to use this library with your forked version of jaeger-client it complains that it's not compatible with Laravel 6 (presumably due to the minimal php 7.2 requirement). If I try to add it with the latest official jaeger-client, it reports requiring your forked version due to the php5.6 compatibility. Is there any way I can run this with laravel 6 short of forking it and removing the custom php5.6 jaeger-client from composer.json (would that work?)?

Many Thanks, Peter