hashidsBundle
hashidsBundle copied to clipboard
Use exact version of hashids in composer.json
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.