Skip to content

Commit

Permalink
Fix Support PHP8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunate authored and rmunate committed Sep 12, 2023
1 parent 7d96441 commit 8495552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Easily convert numbers to words in Laravel using this library, which leverages the native `PHP INTL` extension to perform conversion effortlessly. With this library, you can convert numbers to words in various languages and also obtain the value in currency format according to the selected language. Supported languages include English, Spanish, Portuguese, French, Italian, Romanian, Hindi, Polish and Persian (Farsi).

⚙️ This library is compatible with Laravel versions 8.0 and higher ⚙️
⚙️ This library is compatible with PHP +8.0 and Laravel versions 8.0 and higher ⚙️

![Laravel 8.0+](https://img.shields.io/badge/Laravel-8.0%2B-orange.svg)
![Laravel 9.0+](https://img.shields.io/badge/Laravel-9.0%2B-orange.svg)
Expand Down
2 changes: 1 addition & 1 deletion README_SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Convierte fácilmente números a palabras en Laravel utilizando esta biblioteca, que aprovecha la extensión `PHP INTL` nativa para realizar conversiones sin esfuerzo. Con esta biblioteca, puedes convertir números a palabras en varios idiomas y también obtener el valor en formato de moneda según el idioma seleccionado. Los idiomas admitidos incluyen inglés, español, portugués, francés, italiano, rumano, hindi, polaco y persa (farsi).

⚙️ Esta biblioteca es compatible con las versiones de Laravel 8.0 y superiores ⚙️
⚙️ Esta biblioteca es compatible con las versiones de PHP +8.0 con Laravel 8.0 y superiores ⚙️

![Laravel 8.0+](https://img.shields.io/badge/Laravel-8.0%2B-orange.svg)
![Laravel 9.0+](https://img.shields.io/badge/Laravel-9.0%2B-orange.svg)
Expand Down

0 comments on commit 8495552

Please sign in to comment.