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