DavidePastore / codice-fiscale

A PHP library to calculate and check the italian tax code (codice fiscale).
GNU General Public License v2.0
100 stars 19 forks source link

Curly braces is no longer supported #65

Closed augustofagioli closed 1 year ago

augustofagioli commented 1 year ago

PHP 8.1.13 gives error below:

PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in .../vendor/davidepastore/codice-fiscale/src/CodiceFiscale/Validator.php on line 292,

DavidePastore commented 1 year ago

Hi @augustofagioli. Which version of the library are you using?

augustofagioli commented 1 year ago

your question makes sense. We were on 0.5.0 Latest 0.9.0 works superfine! Thanks Closing