🔢 Convert Numbers to Words Effortlessly in Laravel! 🌟🔠 Say goodbye to complex coding! This ingenious library, seamlessly integrated with the native PHP INTL extension, empowers you to effortlessly transform numbers into words within your Laravel projects. 🚀📊
Remove PHP 7.4 since this is only usable for PHP 8.0 and higher, since match is required PHP 8.0 and higher and is used in the files, So, I removed PHP 7.4 from composer.json because this will throw error in PHP < 8.0
Add return type for methods
Rename method validateMaximun to validateMaximum and replace it in all files.
Remove PHP 7.4 since this is only usable for PHP 8.0 and higher, since match is required PHP 8.0 and higher and is used in the files, So, I removed PHP 7.4 from composer.json because this will throw error in PHP < 8.0
Add return type for methods
Rename method
validateMaximun
tovalidateMaximum
and replace it in all files.