Hi,
Laravel 13 was recently released but kalnoy/nestedset v6.0.6 currently constrains illuminate/support, illuminate/database, and illuminate/events to ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0.
This prevents upgrading projects that depend on this package to Laravel 13.
The fix should be straightforward — just adding |^13.0 to the three illuminate constraints in composer.json, as there are no breaking changes in Laravel 13 that would affect this package.
Would it be possible to release a new version with this update?
Thanks!
Hi,
Laravel 13 was recently released but kalnoy/nestedset v6.0.6 currently constrains illuminate/support, illuminate/database, and illuminate/events to ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0.
This prevents upgrading projects that depend on this package to Laravel 13.
The fix should be straightforward — just adding |^13.0 to the three illuminate constraints in composer.json, as there are no breaking changes in Laravel 13 that would affect this package.
Would it be possible to release a new version with this update?
Thanks!