colinodell / omnipay-bundle

Omnipay bundle for Symfony 2.3+ and 3.0+
MIT License
7 stars 12 forks source link

Can't install the bundle #11

Closed DGwendal closed 6 years ago

DGwendal commented 6 years ago

Hi,

I tried to install this bundle on a fresh Symfony 3.4.12 project but I'm getting a ton of errors.

Here are the errors : https://pastebin.com/crnyVAMi Here's the project's composer.json : https://pastebin.com/Cmg4hKXn

I tried downgrading doctrine-bundle (to 1.6.X) and it got rid of the first part about doctrine-bundle 1.9.1 but the other errors where still present.

Any idea on how I might solve this issue ?