jschaedl / iban-validation

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

[1.x] Add support for php 8 #54

Closed chris-doehring closed 3 years ago

chris-doehring commented 3 years ago

As discussed in #53, this PR will add support for php 8 on the 1.x branch. I had to change the Symfony dependencies, since there were some php 8 compatibility fixes in the mentioned versions.

jschaedl commented 3 years ago

Thank you @chris-doehring