Skip to content

Commit 8d0697f

Browse files
authored
docs: fix min PHP version in README
1 parent c0acd03 commit 8d0697f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ does not rely on global variables ($_SESSION, $_COOKIE, etc).
66
This implementation is patterned after the built-in PHP session library, but is not a drop-in
77
replacement for it. This library differs from the PHP session library in the following ways:
88

9-
* Requires PHP 7.4+
9+
* Requires PHP 8+
1010
* Fully object-oriented
1111
* Strict mode is always on and cannot be disabled
1212
* Auto-start and auto-shutdown are not supported

0 commit comments

Comments
 (0)