From b15808a73dea670ae61fec97004c3f5f61a0da42 Mon Sep 17 00:00:00 2001 From: Diogo Cerqueira <56158927+diogorcerqueira@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:34:18 +0000 Subject: [PATCH] Update installation.md --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index bd054b2..7979009 100644 --- a/installation.md +++ b/installation.md @@ -28,7 +28,7 @@ composer require yajra/laravel-datatables-oracle:"^11.0" If you use most of the DataTables plugins like Buttons & HTML, you can use the all-in-one installer package. ```bash -composer require yajra/laravel-datatables:^11.0 +composer require yajra/laravel-datatables:"^11.0" ```