Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronmarasigan committed Mar 28, 2023
1 parent 1cbe1c8 commit 9f62508
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
</p>
LavaLust is a lightweight Web Framework - (using MVC pattern) - for people who are developing web sites using PHP. It helps you write code easily using Object-Oriented Approach. It also provides set of libraries for commonly needed tasks, as well as a helper functions to minimize the amount of time coding.

## LavaLust Version 3.1.3
## LavaLust Version 3.1.4
<p>
Update your project using this version. You are required to use PHP v7.4 or higher.
LavaLust v3.1.3 is not fully compatible to PHP8.2 but it will work normally with the use of
#[AllowDynamicProperties]. Dynamic property is now deprecated in PHP8.2 and will throw fatal
error in the future version of PHP.
LavaLust v3.1.4 is fully compatible to PHP8.2 and higher
</p>

## LavaLust Version 3
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
LavaLust 3.1.4 (Compatible with PHP 8.2 and higher)

# Changelog

1. Fixed dynamic property creation deprecation notice


LavaLust Version 3.1.0 (Please update to this version)

# Changelog
Expand Down

0 comments on commit 9f62508

Please sign in to comment.