File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ See the [An Official Auth Library](https://codeigniter.com/news/shield) for more
47
47
48
48
Usage of Shield requires the following:
49
49
50
- - A [ CodeIgniter 4.2.3 +] ( https://github.com/codeigniter4/CodeIgniter4/ ) based project
50
+ - A [ CodeIgniter 4.2.7 +] ( https://github.com/codeigniter4/CodeIgniter4/ ) based project
51
51
- [ Composer] ( https://getcomposer.org/ ) for package management
52
52
- PHP 7.4.3+
53
53
Original file line number Diff line number Diff line change 23
23
},
24
24
"require-dev" : {
25
25
"codeigniter4/devkit" : " ^1.0" ,
26
- "codeigniter4/framework" : " ^4.2.3 " ,
26
+ "codeigniter4/framework" : " ^4.2.7 " ,
27
27
"mockery/mockery" : " ^1.0"
28
28
},
29
29
"provide" : {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ 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
You can’t perform that action at this time.
0 commit comments