Skip to content

Commit

Permalink
Merge pull request #158 from tabacitu/adds-support-for-laravel-9
Browse files Browse the repository at this point in the history
Adds support for Laravel 9
  • Loading branch information
mewebstudio committed Feb 12, 2022
2 parents 1d033fc + 44ac9e0 commit 9844bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HTMLPurifier for Laravel 5/6/7/8
# HTMLPurifier for Laravel 5/6/7/8/9

[![Build Status](https://travis-ci.org/mewebstudio/Purifier.svg?branch=master)](https://travis-ci.org/github/mewebstudio/Purifier)
[![codecov](https://codecov.io/gh/mewebstudio/Purifier/branch/master/graph/badge.svg)](https://codecov.io/gh/mewebstudio/Purifier)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/config": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0",
"illuminate/config": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0|^9.0",
"ezyang/htmlpurifier": "4.13.*"
},
"require-dev": {
Expand Down

0 comments on commit 9844bc8

Please sign in to comment.