From 28116676a5daaf849f10c69629b3a5faebf5f6a1 Mon Sep 17 00:00:00 2001 From: James Bhatta Date: Mon, 11 Jul 2022 15:56:15 +0545 Subject: [PATCH] Add version number to installation command in V4 --- docs/installation-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation-setup.md b/docs/installation-setup.md index f3891546..5340c59c 100644 --- a/docs/installation-setup.md +++ b/docs/installation-setup.md @@ -6,7 +6,7 @@ weight: 4 You can install the package via composer: ```bash -composer require spatie/laravel-query-builder +composer require spatie/laravel-query-builder "^4.0" ``` The package will automatically register its service provider.