omnipay
omnipay copied to clipboard
Compatibility with Laravel 5.2 or 5.3
when will be v3 will release for being compatible with Laravel 5.2 and 5.3 ?
@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.
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?
No
It is better if we can get official support from omnipay
team.
Waiting for the team's response
I am part of the team.
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
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
I have downgraded that and after that Socialate
is giving error- https://github.com/laravel/socialite
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!
My understanding is that every driver needs to be updated for v3.0 -- which is why it's taking some time to complete.
It is not released yet @delatbabel
Please let me know if there is any alternate good way
laravel 5.6 not symfony/event-dispatcher:^2.8