Skip to content

Commit 88ef67c

Browse files
committed
Update phpmyadmin/motranslator to 4.0 in README.md
Signed-off-by: William Desportes <[email protected]>
1 parent fc3917d commit 88ef67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ var_dump($query2); // outputs string(19) "SELECT * FROM "b" "
102102

103103
## Localization
104104

105-
You can localize error messages installing `phpmyadmin/motranslator` version `3.0` or newer:
105+
You can localize error messages installing `phpmyadmin/motranslator` version `4.0` or newer:
106106
```sh
107-
composer require phpmyadmin/motranslator:^3.0
107+
composer require phpmyadmin/motranslator:^4.0
108108
```
109109

110110
The locale is automatically detected from your environment, you can also set a different locale

0 commit comments

Comments
 (0)