-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
Description
When I first loaded this package i used composer require globalcitizen/php-iban
. This placed an entry in my composer.json as following: "globalcitizen/php-iban": "^2.6",
Whenever run composer update, composer updates this package within the range of 2.x by default. After updating composer today, i noticed that my application broke because of the introduction of namespaces in 2.8.0.
I would like to suggest to release 3.0 and remove 2.8.x so anyone that assumes SemVer will not have a breaking application.