Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get it working with Laravel 9 #90

Open
Eggstoi opened this issue Feb 16, 2022 · 1 comment
Open

Unable to get it working with Laravel 9 #90

Eggstoi opened this issue Feb 16, 2022 · 1 comment

Comments

@Eggstoi
Copy link

Eggstoi commented Feb 16, 2022

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.

@alexlungu
Copy link

@Andi82ka this has has now been merged into the master branch PR: #89

It hasn't been tagged yet so you may upgrade laravel 9 with vimeo/laravel at dev-master in your composer.json file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants