| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "enshrined/svg-sanitize", |
| 5 |
"version": "dev-master", |
| 6 |
"version_normalized": "dev-master", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/darylldoyle/svg-sanitizer.git", |
| 10 |
"reference": "c1ad90f6a3819ec40fb98fff0193f14fdeab35c8" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/c1ad90f6a3819ec40fb98fff0193f14fdeab35c8", |
| 15 |
"reference": "c1ad90f6a3819ec40fb98fff0193f14fdeab35c8", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-dom": "*", |
| 20 |
"ext-libxml": "*", |
| 21 |
"php": "^7.1 || ^8.0" |
| 22 |
}, |
| 23 |
"require-dev": { |
| 24 |
"phpunit/phpunit": "^6.5 || ^8.5" |
| 25 |
}, |
| 26 |
"time": "2025-08-12T15:43:45+00:00", |
| 27 |
"default-branch": true, |
| 28 |
"type": "library", |
| 29 |
"installation-source": "dist", |
| 30 |
"autoload": { |
| 31 |
"psr-4": { |
| 32 |
"enshrined\\svgSanitize\\": "src" |
| 33 |
} |
| 34 |
}, |
| 35 |
"notification-url": "https://packagist.org/downloads/", |
| 36 |
"license": [ |
| 37 |
"GPL-2.0-or-later" |
| 38 |
], |
| 39 |
"authors": [ |
| 40 |
{ |
| 41 |
"name": "Daryll Doyle", |
| 42 |
"email": "daryll@enshrined.co.uk" |
| 43 |
} |
| 44 |
], |
| 45 |
"description": "An SVG sanitizer for PHP", |
| 46 |
"support": { |
| 47 |
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues", |
| 48 |
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/master" |
| 49 |
}, |
| 50 |
"install-path": "../enshrined/svg-sanitize" |
| 51 |
} |
| 52 |
], |
| 53 |
"dev": true, |
| 54 |
"dev-package-names": [] |
| 55 |
} |
| 56 |
|