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
Because we are distributing self contained executables we actually do not need to check any version constraints.
I contemplated moving everything to require-dev but this came with a big drawback; the executable size grew significantly.
I'm currently working on a better way to approach this. Hope to nail something down soon.
When installing according to the instructions
The following errors occur as a dependency:
It seems that the dependency on
nunomaduro/collision
contains conflict with actual phpunit 12.0 (see https://packagist.org/packages/nunomaduro/collision#v8.7.0)I suggest moving the
nunomaduro/collision
dependency to the"require-dev"
section and adding it to the"suggest"
and making it optionalThe text was updated successfully, but these errors were encountered: