You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,16 @@ These instructions assume that you have already [installed the CodeIgniter 4 app
17
17
## Requirements
18
18
19
19
-[Composer](https://getcomposer.org)
20
-
- Codeigniter **v4.2.3** or later
20
+
- Codeigniter **v4.2.7** or later
21
21
- A created database that you can access via the Spark CLI script
22
22
23
23
## Composer Installation
24
24
25
25
Installation is done through [Composer](https://getcomposer.org). The example assumes you have it installed globally.
26
26
If you have it installed as a phar, or otherwise you will need to adjust the way you call composer itself.
27
27
28
-
```
29
-
> composer require codeigniter4/shield
28
+
```console
29
+
composer require codeigniter4/shield
30
30
```
31
31
32
32
### Troubleshooting
@@ -35,29 +35,29 @@ If you have it installed as a phar, or otherwise you will need to adjust the way
35
35
36
36
If you get the following error:
37
37
38
-
```
39
-
Could not find a version of package codeigniter4/shield matching your minimum-stability (stable).
40
-
Require it with an explicit version constraint allowing its desired stability.
38
+
```console
39
+
Could not find a version of package codeigniter4/shield matching your minimum-stability (stable).
40
+
Require it with an explicit version constraint allowing its desired stability.
41
41
```
42
42
43
43
1. Add the following to change your [minimum-stability](https://getcomposer.org/doc/articles/versions.md#minimum-stability) in your project `composer.json`:
0 commit comments