Skip to content

Commit cbede59

Browse files
committed
docs: update required CI4 version
1 parent baf8743 commit cbede59

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ access for a mobile application that you build.
3535

3636
Usage of Shield requires the following:
3737

38-
- A [CodeIgniter 4](https://github.com/codeigniter4/CodeIgniter4/)-based project
38+
- A [CodeIgniter 4.2.3+](https://github.com/codeigniter4/CodeIgniter4/) based project
3939
- [Composer](https://getcomposer.org/) for package management
4040
- PHP 7.4.3+
4141

docs/install.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
These instructions assume that you have already [installed the CodeIgniter 4 app starter](https://codeigniter.com/user_guide/installation/installing_composer.html) as the basis for your new project, set up your `.env` file, and created a database that you can access via the Spark CLI script.
1414

15+
> **Note**
16+
> CodeIgniter Shield requires Codeigniter v4.2.3 or later.
17+
1518
> **Note**
1619
> You must set ``Config\Security::$csrfProtection`` to `'session'` (or set `security.csrfProtection = session` in your `.env` file) for security reasons, if you use Session Authenticator.
1720

0 commit comments

Comments
 (0)