realexpayments / rxp-hpp-php

Please use our new PHP SDK: https://github.com/globalpayments/php-sdk
MIT License
13 stars 42 forks source link

symphony/translation composer conflict. #12

Open adampatpattison opened 6 years ago

adampatpattison commented 6 years ago

When trying to pull this package from composer I am getting the following conflicts due to the requirement of using symphony/validator at version 2.7.* which requires symphony/validator at version ~2.4

Is this definitely a requirement at that level or can this requirement be updated to a new version?

Thanks in advance.

adampatpattison commented 6 years ago

output.txt

adampatpattison commented 6 years ago

As a work around I have added the following to my composer.json if anyone else is experiencing this:

"symfony/translation": "3.4.4 as 2.4",