42 lines
781 B
JSON
42 lines
781 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|