Skip to content

Commit 86b4b2a

Browse files
authored
Merge pull request #516 from defuse/bump-php-sec-ver
Correct the minimum security-supported PHP version in the README
2 parents dbc4db9 + 7b1633d commit 86b4b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a library for encrypting data with a key or password in PHP. **It
1515
requires PHP 5.6 or newer and OpenSSL 1.0.1 or newer.** We recommend using a
1616
version of PHP that [still has security
1717
support](https://www.php.net/supported-versions.php), which at the time of
18-
writing means PHP 7.4 or later. Using this library with an unsupported
18+
writing means PHP 8.0 or later. Using this library with an unsupported
1919
version of PHP could lead to security vulnerabilities.
2020

2121
The current version of `php-encryption` is v2.3.1. This library is expected to

0 commit comments

Comments
 (0)