From cf2a2c9a628187c9c3c2fb2d9f5935c9062cfd4f Mon Sep 17 00:00:00 2001 From: HostBrook Date: Mon, 5 Sep 2022 21:56:50 -0600 Subject: [PATCH] crsf protection added --- composer.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0b01adf..9b329d6 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "sort-packages": true }, "require": { - "php": ">=5.6", + "php": ">=8.0", "hostbrook/videna-fwk": "^2.0", "phpmailer/phpmailer": "^6.2" }, diff --git a/readme.md b/readme.md index 7d79c28..2ca0dc1 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ # Videna PHP Framework -PHP MVC Micro-Framework, developed by [HostBrook Ltd](https://hostbrook.com). +PHP MVC Micro-Framework, developed by [HostBrook](https://hostbrook.com) team. This fast and lightweight MVC framework was developed to use at the shared hostings for small-size projects, where quantity of files and hosting speed are limited. - Matches [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-4](https://www.php-fig.org/psr/psr-4/), [PSR-5](https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md) and [PSR-12](https://www.php-fig.org/psr/psr-12/) Standards Recommendations.