Skip to content

Commit 86294b8

Browse files
committed
Remove json syntax for composer install
1 parent 9d02f23 commit 86294b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Make sure you have the MongoDB PHP driver installed. You can find installation i
2424

2525
For Laravel 5, install the latest stable version using composer:
2626

27-
```json
27+
```
2828
composer require jenssegers/mongodb
2929
```
3030

3131
For Laravel 4.2, use version `~2.0`:
3232

33-
```json
33+
```
3434
composer require jenssegers/mongodb ~2.0
3535
```
3636

0 commit comments

Comments
 (0)