hashidsBundle icon indicating copy to clipboard operation
hashidsBundle copied to clipboard

Use exact version of hashids in composer.json

Open taylankasap opened this issue 8 years ago • 0 comments

In Hashids website it says:

Since produced ids might differ after updates, be sure to include exact version of Hashids, so you don't unknowingly change your existing ids. For example for npm use:

"dependencies": {
  "hashids": "1.0.0"
}

Doesn't this mean this bundle should use an exact version too? So when we require this bundle we should also use the exact version of this bundle. In that way when you update this bundle you can update the exact version in composer.json too.

taylankasap avatar Sep 27 '16 12:09 taylankasap