We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f96bdad + 0f713c1 commit f824894Copy full SHA for f824894
README.md
@@ -37,7 +37,7 @@ Usage of Shield requires the following:
37
38
- A [CodeIgniter 4](https://github.com/codeigniter4/CodeIgniter4/)-based project
39
- [Composer](https://getcomposer.org/) for package management
40
-- PHP 7.4+
+- PHP 7.4.3+
41
42
### Installation
43
composer.json
@@ -18,7 +18,7 @@
18
],
19
"homepage": "https://github.com/codeigniter4/shield",
20
"require": {
21
- "php": "^7.4 || ^8.0",
+ "php": "^7.4.3 || ^8.0",
22
"codeigniter4/settings": "^2.0"
23
},
24
"require-dev": {
0 commit comments