You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few extra dependencies to be replaced with local implementation:
nunomaduro/termwind - used in monolog renderer only. Existing helpers from Buggregator\Trap\Sender\Console\Support should be used instead.
clue/stream-filter and php-http/message - used for gzipped content decoding. The library is too big to be here and we may use new feature of StreamHelper::createFileStream to apply write/read filters without extra abstractions
The text was updated successfully, but these errors were encountered:
There are a few extra dependencies to be replaced with local implementation:
nunomaduro/termwind
- used in monolog renderer only. Existing helpers fromBuggregator\Trap\Sender\Console\Support
should be used instead.clue/stream-filter
andphp-http/message
- used for gzipped content decoding. The library is too big to be here and we may use new feature ofStreamHelper::createFileStream
to apply write/read filters without extra abstractionsThe text was updated successfully, but these errors were encountered: