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

Laravel 7 support #72

Open
DanielScapulatempo opened this issue Mar 10, 2020 · 10 comments
Open

Laravel 7 support #72

DanielScapulatempo opened this issue Mar 10, 2020 · 10 comments

Comments

@DanielScapulatempo
Copy link

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?
Anotação 2020-03-10 183341

@muglug
Copy link
Contributor

muglug commented Mar 10, 2020

This is ultimately an issue with the tus-php package required by vimeo/vimeo-api

@0xstride
Copy link

i have exactly the same issue as @DanielScapulatempo i've not found a way to get it to install yet

@azimidev
Copy link

azimidev commented Mar 12, 2020

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 -> ...

@0xstride
Copy link

Try this solution vimeo/vimeo.php#244 (comment)

@azimidev
Copy link

@paul-a-byford still not working.

@maxxscho
Copy link

Same here, this does not work because of the following requirement in vimeo/vimeo-api: ankitpokhrel/tus-php: ^v1.0.0.
See vimeo/vimeo.php#244 (comment)

@DanielScapulatempo
Copy link
Author

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.

@liorocks
Copy link

+1

@rasmuscnielsen
Copy link

As a temporary fix you can add "ankitpokhrel/tus-php": "dev-symfony-5 as 1.10.0" to your project composer.json. This will trick composer into thinking it's installing a tus-php version compatible with what vimeo-php requires 🔥

Remember to remove it once https://github.com/ankitpokhrel/tus-php/tree/symfony-5 is merged. :-)

@DanielScapulatempo
Copy link
Author

@rasmuscnielsen

Thanks for your response.
I did a test now and it worked like a charm

image

Anyway, it looks like a new release with direct support is coming soon
ankitpokhrel/tus-php#253

Thanx

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

7 participants