rememberable icon indicating copy to clipboard operation
rememberable copied to clipboard

Added version list to installation instructions

Open benjamindoe opened this issue 3 years ago • 3 comments

benjamindoe avatar Feb 12 '21 09:02 benjamindoe

I appreciate this, but my understanding is that composer require watson/rememberable will install the latest compatible version automatically - you shouldn't need to specify the specific version.

dwightwatson avatar Feb 12 '21 23:02 dwightwatson

There are a couple of advantages for pointing out package version compatibility on the README

  1. While true for new projects, for people upgrading from previous Laravel versions it's better to point out required versions of Laravel.
  2. Package versions allow developers to know which version they're using and what documentation to refer to. Major versions may have breaking changes or new features added in minor versions so knowing what version they're going to be getting will help.

Other packages follow similar patterns in their READMEs such as https://github.com/fideloper/TrustedProxy

benjamindoe avatar Feb 15 '21 09:02 benjamindoe

Thanks for this PR, it definitely helped when upgrading Laravel on my project.

Pyker avatar May 05 '21 10:05 Pyker