reducktion / socrates

PHP package to Validate and Extract information from National Identification Numbers.
MIT License
47 stars 4 forks source link

[v1.3.0] Deprecate Carbon instance returning methods #106

Closed AlexOlival closed 3 years ago

AlexOlival commented 3 years ago

We have decided to step away from having Carbon as a dependency in favor of returning native PHP DateTime objects. Changing the methods immediately would be a breaking change, so we have decided to deprecate the existing ones instead and have both options available. Later in another major release the old methods may be removed.

Related to #86