Skip to content

Commit bdcc3ad

Browse files
committed
Just don't support PHP 8.0 for now
1 parent d267c60 commit bdcc3ad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ matrix:
2525
allow_failures:
2626
- php: "nightly"
2727
- php: "hhvm"
28+
- php: "8.0"
2829
install:
2930
- composer install
3031
- curl -LSs https://box-project.github.io/box2/installer.php | php

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ composer require defuse/php-encryption
1313
```
1414

1515
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
1818
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.
2122

2223
The current version of `php-encryption` is v2.2.1. This library is expected to
2324
remain stable and supported by its authors with security and bugfixes until at

0 commit comments

Comments
 (0)