Laravel 11 upgrade with Laravel Nova v.26.4 and Symfony/finder 7

33 Views Asked by At

I am trying to do an upgrade on a Laravel project (which composer says requires symfony/finder 7.0) and an app that uses laravel/nova 4.26.4.

The last problem with composer is:

laravel/nova 4.26.4 requires symfony/finder ^5.4|^6.0 -> found symfony/finder[v5.4.0, ..., v5.4.35, v6.0.0, ..., v6.4.0] but it conflicts with your root composer.json require (^7.0.0).

Nova itself really cannot be upgraded as the company's perpetual license goes no higher. Any way to get nova to play nice with symfony/finder 7?

ETA: Laravel 11 seems to require symfony/finder 7 (as best as I can tell the first such requirement of the package) - so if there's a chance it'd be happy with a lesser version of finder that'd be great too)

0

There are 0 best solutions below