thephpleague / omnipay-sagepay

Sage Pay driver for the Omnipay PHP payment processing library
MIT License
54 stars 78 forks source link

Update master README.md to reflect version 4 #201

Open Ferrisbane opened 5 months ago

Ferrisbane commented 5 months ago

Hello once again, sorry for all the pull requests.

This package now has version 4, I've updated the README to reflect this and to explain the old 3.x branch.

A few points about my changes you might want to think about:

  1. I've removed the old 2.x branch from the readme and replaced with the 3.x branch, if you want 2.x in the readme I can add back.
  2. Do you want to list the old 3.x branch on the master readme if its not actively maintained? 2.a. If you want to keep it there, would it be best to state it probably wont be active, or would the new warning in PR 200 enough information for someone trying to install the correct version. (#200)
  3. I updated the composer install snippet from 3 to 4 and from a Tilde constraint to a Caret constraint. Is that ok with you? I looked and it seems you are following the standard of Major (breaking changes), Minor, and Patch. If I'm wrong please correct me and I'll change back to Tilde.
  4. I added more wording to make clear this package 3.x vs the main Omnipay package 3.x