Skip to content

Commit 4a25453

Browse files
committed
chore: update minimum CI4 version to 4.3.5
1 parent 9843f27 commit 4a25453

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See the [An Official Auth Library](https://codeigniter.com/news/shield) for more
6666

6767
Usage 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

UPGRADING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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",

docs/getting_started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)