-
Notifications
You must be signed in to change notification settings - Fork 88
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
Laravel 7 support #72
Comments
This is ultimately an issue with the |
i have exactly the same issue as @DanielScapulatempo i've not found a way to get it to install yet |
Your upgrade still gives me this error: Problem 1
- Installation request for vimeo/laravel ^5.5 -> satisfiable by vimeo/laravel[5.5].
- Conclusion: remove symfony/console v5.0.5
- Conclusion: don't install symfony/console v5.0.5
- vimeo/laravel 5.5 requires vimeo/vimeo-api ^3.0.3 -> satisfiable by vimeo/vimeo-api[3.0.3, 3.0.4, 3.0.5].
- vimeo/vimeo-api 3.0.3 requires ankitpokhrel/tus-php ^v1.0.0 -> satisfiable by ankitpokhrel/tus-php[v1.0.0, v1.0.12, v1.0.4, v1.0.5, v1.0.8, v1.0.9, v1.1.0, v1.2.0].
- vimeo/vimeo-api 3.0.4 requires ankitpokhrel/tus-php ^v1.0.0 -> satisfiable by ankitpokhrel/tus-php[v1.0.0, v1.0.12, v1.0.4, v1.0.5, v1.0.8, v1.0.9, v1.1.0, v1.2.0].
- vimeo/vimeo-api 3.0.5 requires ankitpokhrel/tus-php ^v1.0.0 -> satisfiable by ankitpokhrel/tus-php[v1.0.0, v1.0.12, v1.0.4, v1.0.5, v1.0.8, v1.0.9, v1.1.0, v1.2.0].
- ankitpokhrel/tus-php v1.0.0 requires symfony/console ^3.4.11 || ^4.0 -> ... |
Try this solution vimeo/vimeo.php#244 (comment) |
@paul-a-byford still not working. |
Same here, this does not work because of the following requirement in |
Unfortunately, in order not to delay the project, I had to go back to Laravel version 6.x. Anyway I continue to test some solutions given, but without success. |
+1 |
As a temporary fix you can add Remember to remove it once https://github.com/ankitpokhrel/tus-php/tree/symfony-5 is merged. :-) |
Thanks for your response. Anyway, it looks like a new release with direct support is coming soon Thanx |
I tried to install the version 5.5 package, but it still has the same compatibility problem as the other versions. Has anyone managed to install on the Laravel 7 version?

The text was updated successfully, but these errors were encountered: