Skip to content

Commit 398eae9

Browse files
committed
chore: require PHP 7.4.3+
PASSWORD_DEFAULT was int 1; now is string '2y' (in PHP 7.4.0, 7.4.1, and 7.4.2 it was null) https://www.php.net/manual/en/migration74.incompatible.php#migration74.incompatible.core.password-algorithm-constants
1 parent f96bdad commit 398eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)