mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 08:23:03 +05:30
Update minimum PHP version
Update minimum PHP version and add PSR-7 compliance message
This commit is contained in:
parent
e9759da602
commit
abf6e18ee4
@ -12,9 +12,10 @@ This library uses key cryptography in order to encrypt and decrypt, as well as v
|
|||||||
|
|
||||||
The following versions of PHP are supported:
|
The following versions of PHP are supported:
|
||||||
|
|
||||||
* PHP 5.6
|
|
||||||
* PHP 7.0
|
* PHP 7.0
|
||||||
* PHP 7.1
|
* PHP 7.1
|
||||||
* PHP 7.2
|
* PHP 7.2
|
||||||
|
|
||||||
The `openssl` PHP extension is required.
|
The `openssl` PHP extension is required.
|
||||||
|
|
||||||
|
All HTTP messages passed to the server should be [PSR-7 compliant](https://www.php-fig.org/psr/psr-7/). This ensures interoperability between other packages and frameworks.
|
||||||
|
Loading…
Reference in New Issue
Block a user