Skip to content

Commit

Permalink
crsf protection added
Browse files Browse the repository at this point in the history
  • Loading branch information
hostbrook committed Sep 6, 2022
1 parent 56766ea commit cf2a2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sort-packages": true
},
"require": {
"php": ">=5.6",
"php": ">=8.0",
"hostbrook/videna-fwk": "^2.0",
"phpmailer/phpmailer": "^6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf2a2c9

Please sign in to comment.