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;