Skip to content

Commit

Permalink
Updated some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiruzzamanAkash committed Nov 6, 2021
1 parent eda938a commit 29fd5ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ Let's see inside of this.


## Requirement
**Requires PHP:** 7.1 or later
- **PHP:** 7.1 or later
- **PHP Unit (in dev):** 7

**Stable tag:** 0.0.6

## Latest Version
`0.0.6`


## How to install
Expand Down Expand Up @@ -65,6 +68,12 @@ $sanitize->attr($string);

## Release Notes:

#### Release version `0.0.6`
- [Enhancement] Updated some doc-block
- [Enhancement] Structured some code base
- [Enhancement] Updated Minimum PHP Version requirement
- [Enhancement] Added PHP Unit test support dev package

#### Release version `0.0.5`
- Fixed some autoloading issue with documenting

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A php package that would sanitize your every input and HTML",
"type": "library",
"license": "MIT",
"version": "0.0.5",
"version": "0.0.6",
"authors": [
{
"name": "ManiruzzamanAkash",
Expand Down

0 comments on commit 29fd5ca

Please sign in to comment.