lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

Compatibility with Symfony 2.3.2 #12

Closed hisem closed 11 years ago

hisem commented 11 years ago

Hello,

Lexik/paybox-bundle requires symfony >=2.1, <2.3-dev. I would like to use it on a project running Symfony 2.3.2. Is the bundle incompatible with it, or can the requirement be updated ?

Thank you.

cedric-g commented 11 years ago

Hi, I updated the composer.json, the bundle should work with SF2.3.

hisem commented 11 years ago

Hi, thank you for doing this quickly! However, when requiring "dev-master" in composer, I still seem to get version 1.0.3 which hasn't been updated yet. Is this normal?

hisem commented 11 years ago

Tried again today, installation worked perfectly. Thanks!