laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Laravel 7 support

Open DanielScapulatempo opened this issue 4 years ago • 10 comments

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

DanielScapulatempo avatar Mar 10 '20 21:03 DanielScapulatempo

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

muglug avatar Mar 10 '20 21:03 muglug

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

0xstride avatar Mar 11 '20 23:03 0xstride

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

azimidev avatar Mar 12 '20 18:03 azimidev

Try this solution https://github.com/vimeo/vimeo.php/issues/244#issuecomment-598249711

0xstride avatar Mar 12 '20 19:03 0xstride

@paul-a-byford still not working.

azimidev avatar Mar 12 '20 21:03 azimidev

Same here, this does not work because of the following requirement in vimeo/vimeo-api: ankitpokhrel/tus-php: ^v1.0.0. See https://github.com/vimeo/vimeo.php/issues/244#issuecomment-599386472

maxxscho avatar Mar 16 '20 07:03 maxxscho

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.

DanielScapulatempo avatar Mar 17 '20 02:03 DanielScapulatempo

+1

liorocks avatar Mar 31 '20 08:03 liorocks

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

rasmuscnielsen avatar Apr 02 '20 14:04 rasmuscnielsen

@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 https://github.com/ankitpokhrel/tus-php/issues/253

Thanx

DanielScapulatempo avatar Apr 02 '20 18:04 DanielScapulatempo