From b3f244bf1269f6757d3ca561697cdee28ed11c56 Mon Sep 17 00:00:00 2001 From: ut4 Date: Mon, 26 Oct 2020 17:40:14 +0200 Subject: [PATCH] =?UTF-8?q?Lis=C3=A4=C3=A4=20@release=200.8.0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- src/App.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dc6436..c09e6bf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Minimalistic but not entirely useless php application framework. Does not self-r # Optional dependencies -- [phpmailer/phpmailer ^6.1](https://github.com/PHPMailer/PHPMailer) (Authenticator) +- [phpmailer/phpmailer ^6.1](https://github.com/PHPMailer/PHPMailer) (Auth\AccountManager) +- [masterminds/html5 ^2.7](https://github.com/Masterminds/html5-php) (Extensions\SafeHTMLValidator) # Documentation diff --git a/src/App.php b/src/App.php index 891049b..f887f7b 100644 --- a/src/App.php +++ b/src/App.php @@ -11,7 +11,7 @@ use Pike\Interfaces\{FileSystemInterface, SessionInterface}; final class App { - public const VERSION = '0.7.1-dev'; + public const VERSION = '0.8.0'; public const MAKE_AUTOMATICALLY = '@auto'; /** @var \Pike\AppContext */ private $ctx;