mikeybeck / omnipay-square

MIT License
0 stars 1 forks source link

Omnipay V3 Requirement #1

Closed skurvish closed 5 years ago

skurvish commented 5 years ago

Your current Composer.json file is requiring Omnipay V3. Is there some particular reason for this? The system I am working on is using V2. I was able to change the requirement and everything seems to be running fine on V2 but I may be missing something.

mikeybeck commented 5 years ago

Ah - I use Omnipay v3 with a couple of other gateways which is why I required v3. I don't recall having to change anything to make it compatible so it may well work on v2 also.

skurvish commented 5 years ago

OK. Would it be reasonable to change the requirement to V2 in the composer file for this gateway? Your general composer file can always call for V3.

mikeybeck commented 5 years ago

Yep, that's no problem. I'll update it now