omnipay icon indicating copy to clipboard operation
omnipay copied to clipboard

Compatibility with Laravel 5.2 or 5.3

Open AbrarJahin opened this issue 8 years ago • 12 comments

when will be v3 will release for being compatible with Laravel 5.2 and 5.3 ?

AbrarJahin avatar Oct 28 '16 15:10 AbrarJahin

@barryvdh do we have a target release date yet?

I think you can get Laravel 5.2 compatibility by ensuring that you pull 2.8 of the symfony packages not 3.0.

delatbabel avatar Nov 07 '16 06:11 delatbabel

It's possible to have a 2.4 release before 3.0 just to update the dependencies and be compatible with Symfony 3.x components?

diegoholiveira avatar Jan 05 '17 13:01 diegoholiveira

No

barryvdh avatar Jan 05 '17 13:01 barryvdh

It is better if we can get official support from omnipay team.

Waiting for the team's response

AbrarJahin avatar Jan 06 '17 11:01 AbrarJahin

I am part of the team.

barryvdh avatar Jan 06 '17 11:01 barryvdh

That's great 👍

So, can I have any idea by when will be Laravel 5.2 compatible version of omnipay will be released?

Thanks @barryvdh

AbrarJahin avatar Jan 08 '17 05:01 AbrarJahin

Doesn't the tip from the read me work with 5.2?

If you are just using the Symfony 3 components (eg. stand-alone or Silex/Laravel etc), you could try to force the install of symfony/event-dispatcher:^2.8, which is compatible with both Symfony 3 components and Guzzle 3.

composer require symfony/event-dispatcher:^2.8

barryvdh avatar Jan 08 '17 05:01 barryvdh

I have downgraded that and after that Socialate is giving error- https://github.com/laravel/socialite

AbrarJahin avatar Jan 09 '17 13:01 AbrarJahin

We're able to use 5.2 without a problem, we aren't able to use 5.3. My understanding from this post is that it's related to Guzzle3.

@barryvdh do you know if each driver will need to be updated or can this be fixed in the common code?

Thanks!

hillelcoren avatar Jan 29 '17 09:01 hillelcoren

My understanding is that every driver needs to be updated for v3.0 -- which is why it's taking some time to complete.

delatbabel avatar Feb 07 '17 01:02 delatbabel

It is not released yet @delatbabel

Please let me know if there is any alternate good way

AbrarJahin avatar Feb 07 '17 06:02 AbrarJahin

laravel 5.6 not symfony/event-dispatcher:^2.8

bigrocs avatar Feb 22 '18 02:02 bigrocs