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
I try to composer require vimeo/laravel on a Laravel 9 project. But I get this composer-error:
Problem 1
- Root composer.json requires vimeo/laravel dev-master -> satisfiable by vimeo/laravel[dev-master].
- vimeo/laravel dev-master requires illuminate/contracts ^5.8|^6.0|^7.0|^8.0 -> found illuminate/contracts[v5.8.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
I think it is because Laravel 9 does not support illuminate/contracts.
The text was updated successfully, but these errors were encountered:
I try to composer require vimeo/laravel on a Laravel 9 project. But I get this composer-error:
Problem 1
- Root composer.json requires vimeo/laravel dev-master -> satisfiable by vimeo/laravel[dev-master].
- vimeo/laravel dev-master requires illuminate/contracts ^5.8|^6.0|^7.0|^8.0 -> found illuminate/contracts[v5.8.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
I think it is because Laravel 9 does not support illuminate/contracts.
The text was updated successfully, but these errors were encountered: