Skip to content

Commit 23c93f4

Browse files
authored
Merge pull request #786 from jamesbhatta/patch-1
Add version number to installation command in V4
2 parents 778c800 + 2811667 commit 23c93f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66
You can install the package via composer:
77

88
```bash
9-
composer require spatie/laravel-query-builder
9+
composer require spatie/laravel-query-builder "^4.0"
1010
```
1111

1212
The package will automatically register its service provider.

0 commit comments

Comments
 (0)