Skip to content

Commit 84a4f31

Browse files
authored
Merge pull request #517 from kenjis/update-min-CI4-version
chore: update minimum CI4 version to 4.2.7
2 parents 96f9987 + 37d4232 commit 84a4f31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

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

composer.json

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

docs/install.md

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

0 commit comments

Comments
 (0)