jschaedl / iban-validation

:bank: A small library for validating International Bank Account Numbers (IBANs)
MIT License
88 stars 19 forks source link

require dependencies to be stable #3

Closed xabbuh closed 5 years ago

xabbuh commented 5 years ago

As far as I can see no unstable dependencies are rquired to execute the tests.

Also, keeping the composer.lock file does not add much value. It has no affect when this library is required by another project as the lock file is only taken into account for the root project anyway while keeping it imposes the risk to forget to sync the composer.json file with the lock file.

jschaedl commented 5 years ago

Thanks @xabbuh !