Skip to content

Commit 211abed

Browse files
committed
fix: require command versions must be enclosed by quotes
1 parent c3d91d2 commit 211abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When everything is ready, navigate to your forum in a web browser and follow the
5151
If you wish to install and update extensions from the admin dashboard, you need to also install the [Extension Manager](extensions.md) extension.
5252

5353
```bash
54-
composer require flarum/extension-manager:*
54+
composer require flarum/extension-manager:"*"
5555
```
5656

5757
:::warning

0 commit comments

Comments
 (0)