Skip to content

Commit

Permalink
Set minimum MySQL version to 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen committed Nov 30, 2022
1 parent d781570 commit a592187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ This package also supports [`spatie/nova-translatable`](https://github.com/spati
## ✅ Requirements

- PHP ^7.2 or PHP ^8.0
- MySQL >= 5.6
- [Laravel](https://laravel.com/) >= 6 (use v1.* for Laravel 5.*)
- MySQL >= 5.7
- [Laravel](https://laravel.com/) >= 6
- [spatie/laravel-translatable](https://github.com/spatie/laravel-translatable) ^4.4|^5.0
- [spatie/nova-translatable](https://github.com/spatie/nova-translatable/) ^3.0

Expand Down

0 comments on commit a592187

Please sign in to comment.