laravel / nova-issues

553 stars 34 forks source link

cakephp/chronos dependency issue with prefer lowest #3388

Closed wimski closed 3 years ago

wimski commented 3 years ago

Description:

When developing a package for Nova I encountered an issue when testing with the lowest dependency versions possible. See the error message in the production repo readme.

If I explicitly require cakephp/chronos ^2.0 the issue goes away, but I don't want to require this as my code does not directly depends on it.

crynobone commented 3 years ago

Laravel Nova only tested with Testbench 6 at the moment while we do still support Laravel Framework 7. No plan to change this for Orion but we are removing Chronos for next major release.