Skip to content

Commit f824894

Browse files
authored
Merge pull request #319 from kenjis/fix-php-version
fix: PHP version
2 parents f96bdad + 0f713c1 commit f824894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Usage of Shield requires the following:
3737

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

4242
### Installation
4343

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"homepage": "https://github.com/codeigniter4/shield",
2020
"require": {
21-
"php": "^7.4 || ^8.0",
21+
"php": "^7.4.3 || ^8.0",
2222
"codeigniter4/settings": "^2.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)