Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisShick committed Nov 18, 2018
1 parent 7a1c0c2 commit 5393e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML
## Recognition
I have to give credit to @josegonzalez for giving me the inspiration to write this based on his Purifiable Behavior.
## Requirements
- CakePHP 3.1.x
- PHP >= 5.4.16
- CakePHP >= 3.6.x
- PHP >= 5.6.0

## Installation

Expand All @@ -24,7 +24,7 @@ or add the plugin to your project's ``` composer.json ``` like this:
```
{
"require": {
"chrisshick/cakephp3-html-purifier": "dev-master"
"chrisshick/cakephp3-html-purifier": "~2.x"
}
}
```
Expand Down

0 comments on commit 5393e40

Please sign in to comment.