Skip to content

Commit

Permalink
Change in composer.json to support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio C. Rodriguez committed Mar 13, 2024
1 parent c785265 commit bfa1642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bfa1642

Please sign in to comment.