forked from spip/medias
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
506 B
23 lines
506 B
![]()
4 years ago
|
{
|
||
|
"name": "enshrined/svg-sanitize",
|
||
|
"description": "An SVG sanitizer for PHP",
|
||
|
"license": "GPL-2.0+",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Daryll Doyle",
|
||
|
"email": "daryll@enshrined.co.uk"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"enshrined\\svgSanitize\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"minimum-stability": "stable",
|
||
|
"require": {},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6",
|
||
|
"codeclimate/php-test-reporter": "^0.1.2"
|
||
|
}
|
||
|
}
|