mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-12 06:42:04 +05:30
Merge pull request #981 from Sephster/support-php-7.3
Add support for PHP 7.3
This commit is contained in:
commit
2a16dbeb7f
@ -15,6 +15,7 @@ php:
|
|||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
|
- 7.3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer update --no-interaction --prefer-dist $DEPENDENCIES
|
- composer update --no-interaction --prefer-dist $DEPENDENCIES
|
||||||
|
@ -34,6 +34,7 @@ The following versions of PHP are supported:
|
|||||||
* PHP 7.0
|
* PHP 7.0
|
||||||
* PHP 7.1
|
* PHP 7.1
|
||||||
* PHP 7.2
|
* PHP 7.2
|
||||||
|
* PHP 7.3
|
||||||
|
|
||||||
The `openssl` extension is also required.
|
The `openssl` extension is also required.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user