diff --git a/README.md b/README.md index 336fde6..0c00111 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ [![GitHub](https://img.shields.io/github/license/jcrodriguezt/laravel-sybase.svg)](https://github.com/jcrodriguezt/laravel-sybase/blob/master/LICENSE) * Original codebase https://github.com/uepg/laravel-sybase. -* Use default eloquent: works with odbc and dblib! +* Use default eloquent syntax * Improvements in delete and insert statements when using array based clauses like whereIn, whereBetween, etc * Works with MS-SQL connections too via FreeTds -* Support for Laravel versions 7.x, 8.x, 9.x, 10.x +* Support for Laravel versions 7.x, 8.x, 9.x, 10.x, 11.x ## Install diff --git a/composer.json b/composer.json index 553d02a..4e1af7e 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,8 @@ "require": { "php": ">=8.1", "doctrine/dbal": "^3.5", - "illuminate/database": "8.*|9.*|10.*", - "illuminate/support": "~8.0|~9.0|~10.0" + "illuminate/database": "8.*|9.*|10.*|11.*", + "illuminate/support": "~8.0|~9.0|~10.0|~11.0" }, "extra": { "laravel": {