From c500a202552775a71492b39babc67a1f61c90fcc Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Sat, 25 Jan 2020 17:11:34 +0100 Subject: [PATCH] Update README.md preparing for release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18b5afd..7eca17e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Here are other OAuth2 library you can use: ## Requirements -- PHP 7.0 or higher +- PHP 7.2 or higher ## To-do @@ -46,7 +46,7 @@ See the [CHANGELOG](CHANGELOG.md) use Composer to install: ```sh -php composer.phar require zfr/zfr-oauth2-server:^0.8-beta +php composer.phar require zfr/zfr-oauth2-server:^0.9-beta ``` ## Support