diff --git a/README.md b/README.md index 330e887..62b6290 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # To Raw SQL -⚠️ The `toRawSql()` function is included by default in Laravel 10.14.2. You don't need to install this package if your Laravel version is greater than 10.14.1 ⚠️ +⚠️ The `toRawSql()` function is included by default in Laravel 10.15.0. You don't need to install this package if your Laravel version is greater than 10.14.1 ⚠️ Get raw SQL from Laravel Query Builder and Eloquent Builder @@ -39,7 +39,7 @@ DB::table('users') ## Version History - 1.1.3 - - Do not register the `toRawSql()` macro if the Laravel version is greater than 10.14.1 + - do not register the `toRawSql()` macro if the Laravel version is greater than 10.14.1 - 1.1.2 - throw ToRawSqlException when encountering PostgreSQL jsonb operator errors - 1.1.1