File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ matrix:
25
25
allow_failures :
26
26
- php : " nightly"
27
27
- php : " hhvm"
28
+ - php : " 8.0"
28
29
install :
29
30
- composer install
30
31
- curl -LSs https://box-project.github.io/box2/installer.php | php
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ composer require defuse/php-encryption
13
13
```
14
14
15
15
This is a library for encrypting data with a key or password in PHP. ** It
16
- requires PHP 5.6 or newer and OpenSSL 1.0.1 or newer.** We recommend using
17
- a version of PHP that [ still has security
16
+ requires PHP 5.6 or newer and OpenSSL 1.0.1 or newer.** We recommend using a
17
+ version of PHP that [ still has security
18
18
support] ( https://www.php.net/supported-versions.php ) , which at the time of
19
- writing means PHP 7.1 or later. Using this library with an unsupported version
20
- of PHP could lead to security vulnerabilities.
19
+ writing means PHP 7.3 or later. Using this library with an unsupported
20
+ version of PHP could lead to security vulnerabilities. This library is not
21
+ currently tested against PHP 8.0.
21
22
22
23
The current version of ` php-encryption ` is v2.2.1. This library is expected to
23
24
remain stable and supported by its authors with security and bugfixes until at
You can’t perform that action at this time.
0 commit comments