Closed binaryweavers closed 4 years ago
Hi @binaryweavers! We'll release a patch version soon to allow monolog ^2 π
Hi @binaryweavers! We'll release a patch version soon to allow monolog ^2 π
I was looking at your src/Log.php
and I think it won't have any breaking changes. I have also downgraded monolog in my project from 2.x
to 1.x
for now as I saw in laravel src, there was a choice between monlog 1.24 | 2.0
Yet having SignalWire with proper version will avoid future issues π
I tested our \SignalWire\Log
with 2.x
and it works as expected. The main breaking change in monolog 2.x is the PHP version (min to 7.2
)
Oh Thanks for this piece of info. I didn't notice that as I am using php v7.4
. Will use proper patch of SignalWire-php
as soon it's available.
Trying to install
signalwire-php v2.x
inlaravel 6.x
which usesmonolog 2.x
but it seemssignalwire-php
requiresmonolog 1.x
Problem 1
Installation failed, reverting ./composer.json to its original content.