ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
installed.json
1 year ago
installed.php
1 year ago
platform_check.php
1 year ago
installed.json
138 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 | "name": "scssphp/scssphp", |
| 53 | "version": "v1.12.0", |
| 54 | "version_normalized": "1.12.0.0", |
| 55 | "source": { |
| 56 | "type": "git", |
| 57 | "url": "https://github.com/scssphp/scssphp.git", |
| 58 | "reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35" |
| 59 | }, |
| 60 | "dist": { |
| 61 | "type": "zip", |
| 62 | "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35", |
| 63 | "reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35", |
| 64 | "shasum": "" |
| 65 | }, |
| 66 | "require": { |
| 67 | "ext-ctype": "*", |
| 68 | "ext-json": "*", |
| 69 | "php": ">=5.6.0" |
| 70 | }, |
| 71 | "require-dev": { |
| 72 | "bamarni/composer-bin-plugin": "^1.4", |
| 73 | "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", |
| 74 | "sass/sass-spec": "*", |
| 75 | "squizlabs/php_codesniffer": "~3.5", |
| 76 | "symfony/phpunit-bridge": "^5.1", |
| 77 | "thoughtbot/bourbon": "^7.0", |
| 78 | "twbs/bootstrap": "~5.0", |
| 79 | "twbs/bootstrap4": "4.6.1", |
| 80 | "zurb/foundation": "~6.7.0" |
| 81 | }, |
| 82 | "suggest": { |
| 83 | "ext-iconv": "Can be used as fallback when ext-mbstring is not available", |
| 84 | "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" |
| 85 | }, |
| 86 | "time": "2023-11-14T14:56:09+00:00", |
| 87 | "bin": [ |
| 88 | "bin/pscss" |
| 89 | ], |
| 90 | "type": "library", |
| 91 | "extra": { |
| 92 | "bamarni-bin": { |
| 93 | "forward-command": false, |
| 94 | "bin-links": false |
| 95 | } |
| 96 | }, |
| 97 | "installation-source": "dist", |
| 98 | "autoload": { |
| 99 | "psr-4": { |
| 100 | "ScssPhp\\ScssPhp\\": "src/" |
| 101 | } |
| 102 | }, |
| 103 | "notification-url": "https://packagist.org/downloads/", |
| 104 | "license": [ |
| 105 | "MIT" |
| 106 | ], |
| 107 | "authors": [ |
| 108 | { |
| 109 | "name": "Anthon Pang", |
| 110 | "email": "apang@softwaredevelopment.ca", |
| 111 | "homepage": "https://github.com/robocoder" |
| 112 | }, |
| 113 | { |
| 114 | "name": "Cédric Morin", |
| 115 | "email": "cedric@yterium.com", |
| 116 | "homepage": "https://github.com/Cerdic" |
| 117 | } |
| 118 | ], |
| 119 | "description": "scssphp is a compiler for SCSS written in PHP.", |
| 120 | "homepage": "http://scssphp.github.io/scssphp/", |
| 121 | "keywords": [ |
| 122 | "css", |
| 123 | "less", |
| 124 | "sass", |
| 125 | "scss", |
| 126 | "stylesheet" |
| 127 | ], |
| 128 | "support": { |
| 129 | "issues": "https://github.com/scssphp/scssphp/issues", |
| 130 | "source": "https://github.com/scssphp/scssphp/tree/v1.12.0" |
| 131 | }, |
| 132 | "install-path": "../scssphp/scssphp" |
| 133 | } |
| 134 | ], |
| 135 | "dev": true, |
| 136 | "dev-package-names": [] |
| 137 | } |
| 138 |