Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
33
vendor/enshrined/svg-sanitize/composer.json
vendored
Normal file
33
vendor/enshrined/svg-sanitize/composer.json
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "enshrined/svg-sanitize",
|
||||
"description": "An SVG sanitizer for PHP",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Daryll Doyle",
|
||||
"email": "daryll@enshrined.co.uk"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "phpunit --no-coverage",
|
||||
"test:coverage": "phpunit"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"enshrined\\svgSanitize\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"enshrined\\svgSanitize\\Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*",
|
||||
"php": "^7.0 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.5 || ^8.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user