PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Anti XSS Filter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Anti XSS Filter
Remove tags from HTML that may cause XSS attacks
Author: By
Last change: [+]: fix dependencies
[+]: update "portable-utf8"
Date: 1 year ago
Size: 781 bytes
 

Contents

Class file image Download
{ "name": "voku/anti-xss", "description": "anti xss-library", "type": "library", "keywords": [ "anti-xss", "clean", "security", "xss" ], "homepage": "https://github.com/voku/anti-xss", "license": "MIT", "authors": [ { "name": "EllisLab Dev Team", "homepage": "http://ellislab.com/" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://www.moelleken.org/" } ], "require": { "php": ">=7.0.0", "voku/portable-utf8": "~6.0.2" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "extra": { "branch-alias": { "dev-master": "4.1.x-dev" } } }