Skip to content
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ return DataTables::make(User::all())->toJson();
| 9.x | 10.x |
| 10.x | 10.x |
| 11.x | 11.x |
| 12.x | 12.x |

## Quick Installation

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
],
"require": {
"php": "^8.2",
"illuminate/database": "^11",
"illuminate/filesystem": "^11",
"illuminate/http": "^11",
"illuminate/support": "^11",
"illuminate/view": "^11"
"illuminate/database": "^11|^12",
"illuminate/filesystem": "^11|^12",
"illuminate/http": "^11|^12",
"illuminate/support": "^11|^12"
},
"require-dev": {
"algolia/algoliasearch-client-php": "^3.4.1",
Expand Down
Loading