laravelcdn
laravelcdn copied to clipboard
laravel/framework 11 require symfony/finder ^7.0
Hello, @publiux,
There is a dependency issue with Laravel 11 in the publiux/laravelcdn package. The package publiux/laravelcdn requires symfony/finder version ^5|^6, while Laravel 11 requires v7.0.0.
This is the exact error message:
publiux/laravelcdn dev-master requires symfony/finder ^5|^6 -> found symfony/finder[v5.0.0-BETA1, ... , 5.4.x-dev, v6.0.0-BETA1, ... , 6.4.x-dev] but the package is fixed to v7.0.0 (lock file version) by a partial update and that version does not match. The argument to the update command must specify this version. The argument to the update command must specify this version.
Can you add ^7.0.0 to the dependencies? Thanks a lot!
Best