We are using nullable return types, which are only supported in PHP 7.1.0 or higher. Set the min version to PHP 7.3 because of lack of testing on older PHP versions.
Jeremy D

Jeremy D commited on 2022-02-11 15:10:49
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -3,3 +3,4 @@ This enables checking passwords against the [Have-I-Been-Pwned](https://haveibee
3 3
 Additionally this can attempt to check the password from the browser using the same API
4 4
 
5 5
 SMF 2.1.0 or higher only!
6
+PHP 7.3 or higher only
6 7
\ No newline at end of file
7 8