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
4747
4848Usage of Shield requires the following:
4949
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
5151- [ Composer] ( https://getcomposer.org/ ) for package management
5252- PHP 7.4.3+
5353
Original file line number Diff line number Diff line change 2323 },
2424 "require-dev" : {
2525 "codeigniter4/devkit" : " ^1.0" ,
26- "codeigniter4/framework" : " ^4.2.3 " ,
26+ "codeigniter4/framework" : " ^4.2.7 " ,
2727 "mockery/mockery" : " ^1.0"
2828 },
2929 "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
1717## Requirements
1818
1919- [ Composer] ( https://getcomposer.org )
20- - Codeigniter ** v4.2.3 ** or later
20+ - Codeigniter ** v4.2.7 ** or later
2121- A created database that you can access via the Spark CLI script
2222
2323## Composer Installation
You can’t perform that action at this time.
0 commit comments