upscalesoftware / swoole-blackfire

Blackfire profiler integration for Swoole web-server
Apache License 2.0
18 stars 4 forks source link

Updated blackfire/php-sdk dependency version #4

Closed SerheyDolgushev closed 1 year ago

SerheyDolgushev commented 1 year ago

This PR makes it possible to install upscalesoftware/swoole-blackfire when blackfire/php-sdk ^2.* is used. So it fixes the following error:

...
Problem 1
    - Root composer.json requires upscale/swoole-blackfire ^4.0.0 -> satisfiable by upscale/swoole-blackfire[4.0.0].
    - upscale/swoole-blackfire 4.0.0 requires blackfire/php-sdk ^1.16 -> found blackfire/php-sdk[v1.16.0, ..., v1.35.0] but it conflicts with your root composer.json require (^2.0).
...
sshymko commented 1 year ago

@SerheyDolgushev Thanks for your contribution! Implemented the Blackfire PHP SDK version constraint slightly differently. Released 4.1.0 just now.