File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ See the [An Official Auth Library](https://codeigniter.com/news/shield) for more
6666
6767Usage of Shield requires the following:
6868
69- - A [ CodeIgniter 4.2.7 +] ( https://github.com/codeigniter4/CodeIgniter4/ ) based project
69+ - A [ CodeIgniter 4.3.5 +] ( https://github.com/codeigniter4/CodeIgniter4/ ) based project
7070- [ Composer] ( https://getcomposer.org/ ) for package management
7171- PHP 7.4.3+
7272
Original file line number Diff line number Diff line change 22
33## Version 1.0.0-beta.6 to 1.0.0-beta.7
44
5+ ### The minimum CodeIgniter version
6+
7+ Shield requires CodeIgniter 4.3.5 or later.
8+ Versions prior to 4.3.5 have known vulnerabilities.
9+ See https://github.com/codeigniter4/CodeIgniter4/security/advisories
10+
511### Mandatory Config Changes
612
713#### New Config\AuthToken
Original file line number Diff line number Diff line change 3131 "require-dev" : {
3232 "codeigniter/phpstan-codeigniter" : " ^1.3" ,
3333 "codeigniter4/devkit" : " ^1.0" ,
34- "codeigniter4/framework" : " ^4.2.7 " ,
34+ "codeigniter4/framework" : " ^4.3.5 " ,
3535 "firebase/php-jwt" : " ^6.4" ,
3636 "mikey179/vfsstream" : " ^1.6.7" ,
3737 "mockery/mockery" : " ^1.0" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ These instructions assume that you have already [installed the CodeIgniter 4 app
55## Requirements
66
77- [ Composer] ( https://getcomposer.org )
8- - Codeigniter ** v4.2.7 ** or later
8+ - Codeigniter ** v4.3.5 ** or later
99- A created database that you can access via the Spark CLI script
1010 - InnoDB (not MyISAM) is required if MySQL is used.
1111
You can’t perform that action at this time.
0 commit comments