Skip to content

Commit 3763fc6

Browse files
committed
docs: add lang for code block
1 parent 57551e8 commit 3763fc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ If you get the following error:
4040

4141
1. Add the following to change your [minimum-stability](https://getcomposer.org/doc/articles/versions.md#minimum-stability) in your project `composer.json`:
4242

43-
```
43+
```json
4444
"minimum-stability": "dev",
4545
"prefer-stable": true,
4646
```
4747

4848
2. Or specify an explicit version:
4949

50-
```
50+
```console
5151
> composer require codeigniter4/shield:dev-develop
5252
```
5353

5454
The above specifies `develop` branch.
5555
See https://getcomposer.org/doc/articles/versions.md#branches
5656

57-
```
57+
```console
5858
> composer require codeigniter4/shield:^1.0.0-beta
5959
```
6060

@@ -67,7 +67,7 @@ If you get the following error:
6767

6868
1. Run the following command. This command handles steps 1-5 of *Manual Setup* and runs the migrations.
6969

70-
```
70+
```console
7171
> php spark shield:setup
7272
```
7373

@@ -117,7 +117,7 @@ your project.
117117

118118
5. **Migration** Run the migrations.
119119

120-
```
120+
```console
121121
> php spark migrate --all
122122
```
123123

0 commit comments

Comments
 (0)