RoussKS / financial-year

A PHP library to handle different financial year date requirements
MIT License
8 stars 0 forks source link

Introduce Enums #15

Open RoussKS opened 1 year ago

RoussKS commented 1 year ago

Enums were introduced with PHP 8.1

Use Enums to set the financial year types.

This is a backwards incompatible change and will require PHP 8.1 and above.

version 2 will introduce strict types and reduce excessive docblocks, so this will be released with v3 as soon as PHP 8.0 is EOL, ie. 26 Nov 2023

This will be released with v2 which will require PHP 8.1 and above