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
{{ message }}
This repository was archived by the owner on Aug 24, 2022. It is now read-only.
I have installed https://github.com/infection/infection tools, which require safe lib. My project use php8, and i want to install safe8 for it. But i can't install both, because you fork lib without changing namespace and php crash on trying to redeclare functions.
If we will have major release where v1 require php < 8.0 and v2 required php >= 8.0 then we can required v1 || v2 in infection and be happy without conflicts.
So why just not made major release instead of forking library?
evmetatron, tugmaks, djcrock, kminek and PowerKiKi