vimeo / laravel

A Vimeo bridge for Laravel
https://developer.vimeo.com
Apache License 2.0
399 stars 88 forks source link

Unable to get it working with Laravel 9 #90

Open Eggstoi opened 2 years ago

Eggstoi commented 2 years ago

I try to composer require vimeo/laravel on a Laravel 9 project. But I get this composer-error:

Problem 1

I think it is because Laravel 9 does not support illuminate/contracts.

alexlungu commented 2 years ago

@Andi82ka this has has now been merged into the master branch PR: https://github.com/vimeo/laravel/pull/89

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