CodeIgniter Forums
Request to upgrade psr/log in composer.json to latest version or minimum 3.0 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Request to upgrade psr/log in composer.json to latest version or minimum 3.0 (/showthread.php?tid=88974)



Request to upgrade psr/log in composer.json to latest version or minimum 3.0 - VishalKumarSahu - 12-13-2023

Dear memebrs,
I would request to upgrade `psr/log` in composer.json to latest version or minimum ^3.0 instead of ^1.1. Or is there any alternate way to use the latest package in Codeigniter 4?

Thanks


RE: Request to upgrade psr/log in composer.json to latest version or minimum 3.0 - ozornick - 12-13-2023

See issue https://github.com/codeigniter4/CodeIgniter4/issues/4936


RE: Request to upgrade psr/log in composer.json to latest version or minimum 3.0 - VishalKumarSahu - 12-13-2023

Thank you. I will try to get some insight through the thread. 


RE: Request to upgrade psr/log in composer.json to latest version or minimum 3.0 - VishalKumarSahu - 12-15-2023

Sorry to extend the discussion. In the development version 4.5 PSR/Log 2.0 is being planned. Is there any way I can override to version 3.0 of PSR/Log? Like using 2.0||3.0 in `composer.json` as it wasn't supporting.


RE: Request to upgrade psr/log in composer.json to latest version or minimum 3.0 - kenjis - 12-15-2023

I sent a PR to upgrade to v3.
https://github.com/codeigniter4/CodeIgniter4/pull/8339

By the way, what is the exact your issue? Why do you need v3.0?