Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit d652e39

Browse files
authored
Updating to CakePHP 4
2 parents ae07537 + 2704e7a commit d652e39

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ CakePHP HTML Purifier Plugin
22
----------------------------
33

44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)
5-
[![Build Status](https://img.shields.io/travis/burzum/cakephp-html-purifier/master.svg?style=flat-square)](https://travis-ci.org/burzum/cakephp-html-purifier)
6-
[![Build Status](https://img.shields.io/coveralls/burzum/cakephp-html-purifier/master.svg?style=flat-square)](https://coveralls.io/r/burzum/cakephp-html-purifier)
5+
[![Build Status](https://img.shields.io/travis/burzum/cakephp-html-purifier/2.0.svg?style=flat-square)](https://travis-ci.org/burzum/cakephp-html-purifier)
6+
[![Coverage Status](https://img.shields.io/coveralls/burzum/cakephp-html-purifier.svg?branch=2.0.svg?style=flat-square)](https://coveralls.io/r/burzum/cakephp-html-purifier)
7+
[![Code Quality](https://img.shields.io/scrutinizer/g/burzum/cakephp-html-purifier.svg?branch=2.0?style=flat-square)](https://coveralls.io/r/burzum/cakephp-html-purifier)
78

89
This is a CakePHP wrapper for [the HTML Purifier lib](http://htmlpurifier.org/).
910

@@ -15,6 +16,7 @@ The plugin includes a trait, a view helper, a behavior and a shell to clean your
1516

1617
* For **CakePHP 2.x** use the 1.x version or branch.
1718
* For **CakePHP <=3.5** use the 2.0 version or branch.
19+
* For **CakePHP > 3.5** use the 3.0 version or branch.
1820

1921
Documentation
2022
-------------
@@ -32,7 +34,7 @@ Contributing to this Plugin
3234
Please feel free to contribute to the plugin with new issues, requests, unit tests and code fixes or new features. If you want to contribute some code, create a feature branch from develop, and send us your pull request. Unit tests for new features and issues detected are mandatory to keep quality high.
3335

3436
* Contributions must follow the [PSR2 coding standard recommendation](https://github.com/php-fig-rectified/fig-rectified-standards).
35-
* [Unit tests](http://book.cakephp.org/3.0/en/development/testing.html) are required.
37+
* [Unit tests](https://book.cakephp.org/4/en/development/testing.html) are required.
3638

3739
License
3840
-------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"minimum-stability": "stable",
1515
"require": {
16-
"cakephp/cakephp": "^3.6",
16+
"cakephp/cakephp": "^4.0",
1717
"ezyang/htmlpurifier": "*",
1818
"cakephp/cakephp-codesniffer": "^3.0"
1919
},

0 commit comments

Comments
 (0)