ClassLoader.php
2 years ago
InstalledVersions.php
6 months ago
LICENSE
2 years ago
autoload_classmap.php
2 years ago
autoload_files.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
2 years ago
autoload_real.php
3 days ago
autoload_static.php
3 days ago
installed.json
2 years ago
installed.php
3 days ago
platform_check.php
6 months ago
installed.json
311 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "pelago/emogrifier", |
| 5 | "version": "v7.2.0", |
| 6 | "version_normalized": "7.2.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/MyIntervals/emogrifier.git", |
| 10 | "reference": "727bdf7255b51798307f17dec52ff8a91f1c7de3" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/727bdf7255b51798307f17dec52ff8a91f1c7de3", |
| 15 | "reference": "727bdf7255b51798307f17dec52ff8a91f1c7de3", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-dom": "*", |
| 20 | "ext-libxml": "*", |
| 21 | "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", |
| 22 | "sabberworm/php-css-parser": "^8.4.0", |
| 23 | "symfony/css-selector": "^4.4.23 || ^5.4.0 || ^6.0.0 || ^7.0.0" |
| 24 | }, |
| 25 | "require-dev": { |
| 26 | "php-parallel-lint/php-parallel-lint": "1.3.2", |
| 27 | "phpunit/phpunit": "9.6.11", |
| 28 | "rawr/cross-data-providers": "2.4.0" |
| 29 | }, |
| 30 | "time": "2023-12-06T02:00:20+00:00", |
| 31 | "type": "library", |
| 32 | "extra": { |
| 33 | "branch-alias": { |
| 34 | "dev-main": "8.0.x-dev" |
| 35 | } |
| 36 | }, |
| 37 | "installation-source": "dist", |
| 38 | "autoload": { |
| 39 | "psr-4": { |
| 40 | "Pelago\\Emogrifier\\": "src/" |
| 41 | } |
| 42 | }, |
| 43 | "notification-url": "https://packagist.org/downloads/", |
| 44 | "license": [ |
| 45 | "MIT" |
| 46 | ], |
| 47 | "authors": [ |
| 48 | { |
| 49 | "name": "Oliver Klee", |
| 50 | "email": "github@oliverklee.de" |
| 51 | }, |
| 52 | { |
| 53 | "name": "Zoli Szabó", |
| 54 | "email": "zoli.szabo+github@gmail.com" |
| 55 | }, |
| 56 | { |
| 57 | "name": "John Reeve", |
| 58 | "email": "jreeve@pelagodesign.com" |
| 59 | }, |
| 60 | { |
| 61 | "name": "Jake Hotson", |
| 62 | "email": "jake@qzdesign.co.uk" |
| 63 | }, |
| 64 | { |
| 65 | "name": "Cameron Brooks" |
| 66 | }, |
| 67 | { |
| 68 | "name": "Jaime Prado" |
| 69 | } |
| 70 | ], |
| 71 | "description": "Converts CSS styles into inline style attributes in your HTML code", |
| 72 | "homepage": "https://www.myintervals.com/emogrifier.php", |
| 73 | "keywords": [ |
| 74 | "css", |
| 75 | "email", |
| 76 | "pre-processing" |
| 77 | ], |
| 78 | "support": { |
| 79 | "issues": "https://github.com/MyIntervals/emogrifier/issues", |
| 80 | "source": "https://github.com/MyIntervals/emogrifier" |
| 81 | }, |
| 82 | "install-path": "../pelago/emogrifier" |
| 83 | }, |
| 84 | { |
| 85 | "name": "sabberworm/php-css-parser", |
| 86 | "version": "v8.5.1", |
| 87 | "version_normalized": "8.5.1.0", |
| 88 | "source": { |
| 89 | "type": "git", |
| 90 | "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git", |
| 91 | "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152" |
| 92 | }, |
| 93 | "dist": { |
| 94 | "type": "zip", |
| 95 | "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152", |
| 96 | "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152", |
| 97 | "shasum": "" |
| 98 | }, |
| 99 | "require": { |
| 100 | "ext-iconv": "*", |
| 101 | "php": ">=5.6.20" |
| 102 | }, |
| 103 | "require-dev": { |
| 104 | "phpunit/phpunit": "^5.7.27" |
| 105 | }, |
| 106 | "suggest": { |
| 107 | "ext-mbstring": "for parsing UTF-8 CSS" |
| 108 | }, |
| 109 | "time": "2024-02-15T16:41:13+00:00", |
| 110 | "type": "library", |
| 111 | "extra": { |
| 112 | "branch-alias": { |
| 113 | "dev-main": "9.0.x-dev" |
| 114 | } |
| 115 | }, |
| 116 | "installation-source": "dist", |
| 117 | "autoload": { |
| 118 | "psr-4": { |
| 119 | "Sabberworm\\CSS\\": "src/" |
| 120 | } |
| 121 | }, |
| 122 | "notification-url": "https://packagist.org/downloads/", |
| 123 | "license": [ |
| 124 | "MIT" |
| 125 | ], |
| 126 | "authors": [ |
| 127 | { |
| 128 | "name": "Raphael Schweikert" |
| 129 | }, |
| 130 | { |
| 131 | "name": "Oliver Klee", |
| 132 | "email": "github@oliverklee.de" |
| 133 | }, |
| 134 | { |
| 135 | "name": "Jake Hotson", |
| 136 | "email": "jake.github@qzdesign.co.uk" |
| 137 | } |
| 138 | ], |
| 139 | "description": "Parser for CSS Files written in PHP", |
| 140 | "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", |
| 141 | "keywords": [ |
| 142 | "css", |
| 143 | "parser", |
| 144 | "stylesheet" |
| 145 | ], |
| 146 | "support": { |
| 147 | "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues", |
| 148 | "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1" |
| 149 | }, |
| 150 | "install-path": "../sabberworm/php-css-parser" |
| 151 | }, |
| 152 | { |
| 153 | "name": "symfony/css-selector", |
| 154 | "version": "v5.4.35", |
| 155 | "version_normalized": "5.4.35.0", |
| 156 | "source": { |
| 157 | "type": "git", |
| 158 | "url": "https://github.com/symfony/css-selector.git", |
| 159 | "reference": "9e615d367e2bed41f633abb383948c96a2dbbfae" |
| 160 | }, |
| 161 | "dist": { |
| 162 | "type": "zip", |
| 163 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/9e615d367e2bed41f633abb383948c96a2dbbfae", |
| 164 | "reference": "9e615d367e2bed41f633abb383948c96a2dbbfae", |
| 165 | "shasum": "" |
| 166 | }, |
| 167 | "require": { |
| 168 | "php": ">=7.2.5", |
| 169 | "symfony/polyfill-php80": "^1.16" |
| 170 | }, |
| 171 | "time": "2024-01-23T13:51:25+00:00", |
| 172 | "type": "library", |
| 173 | "installation-source": "dist", |
| 174 | "autoload": { |
| 175 | "psr-4": { |
| 176 | "Symfony\\Component\\CssSelector\\": "" |
| 177 | }, |
| 178 | "exclude-from-classmap": [ |
| 179 | "/Tests/" |
| 180 | ] |
| 181 | }, |
| 182 | "notification-url": "https://packagist.org/downloads/", |
| 183 | "license": [ |
| 184 | "MIT" |
| 185 | ], |
| 186 | "authors": [ |
| 187 | { |
| 188 | "name": "Fabien Potencier", |
| 189 | "email": "fabien@symfony.com" |
| 190 | }, |
| 191 | { |
| 192 | "name": "Jean-François Simon", |
| 193 | "email": "jeanfrancois.simon@sensiolabs.com" |
| 194 | }, |
| 195 | { |
| 196 | "name": "Symfony Community", |
| 197 | "homepage": "https://symfony.com/contributors" |
| 198 | } |
| 199 | ], |
| 200 | "description": "Converts CSS selectors to XPath expressions", |
| 201 | "homepage": "https://symfony.com", |
| 202 | "support": { |
| 203 | "source": "https://github.com/symfony/css-selector/tree/v5.4.35" |
| 204 | }, |
| 205 | "funding": [ |
| 206 | { |
| 207 | "url": "https://symfony.com/sponsor", |
| 208 | "type": "custom" |
| 209 | }, |
| 210 | { |
| 211 | "url": "https://github.com/fabpot", |
| 212 | "type": "github" |
| 213 | }, |
| 214 | { |
| 215 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 216 | "type": "tidelift" |
| 217 | } |
| 218 | ], |
| 219 | "install-path": "../symfony/css-selector" |
| 220 | }, |
| 221 | { |
| 222 | "name": "symfony/polyfill-php80", |
| 223 | "version": "v1.28.0", |
| 224 | "version_normalized": "1.28.0.0", |
| 225 | "source": { |
| 226 | "type": "git", |
| 227 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 228 | "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" |
| 229 | }, |
| 230 | "dist": { |
| 231 | "type": "zip", |
| 232 | "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", |
| 233 | "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", |
| 234 | "shasum": "" |
| 235 | }, |
| 236 | "require": { |
| 237 | "php": ">=7.1" |
| 238 | }, |
| 239 | "time": "2023-01-26T09:26:14+00:00", |
| 240 | "type": "library", |
| 241 | "extra": { |
| 242 | "branch-alias": { |
| 243 | "dev-main": "1.28-dev" |
| 244 | }, |
| 245 | "thanks": { |
| 246 | "name": "symfony/polyfill", |
| 247 | "url": "https://github.com/symfony/polyfill" |
| 248 | } |
| 249 | }, |
| 250 | "installation-source": "dist", |
| 251 | "autoload": { |
| 252 | "files": [ |
| 253 | "bootstrap.php" |
| 254 | ], |
| 255 | "psr-4": { |
| 256 | "Symfony\\Polyfill\\Php80\\": "" |
| 257 | }, |
| 258 | "classmap": [ |
| 259 | "Resources/stubs" |
| 260 | ] |
| 261 | }, |
| 262 | "notification-url": "https://packagist.org/downloads/", |
| 263 | "license": [ |
| 264 | "MIT" |
| 265 | ], |
| 266 | "authors": [ |
| 267 | { |
| 268 | "name": "Ion Bazan", |
| 269 | "email": "ion.bazan@gmail.com" |
| 270 | }, |
| 271 | { |
| 272 | "name": "Nicolas Grekas", |
| 273 | "email": "p@tchwork.com" |
| 274 | }, |
| 275 | { |
| 276 | "name": "Symfony Community", |
| 277 | "homepage": "https://symfony.com/contributors" |
| 278 | } |
| 279 | ], |
| 280 | "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 281 | "homepage": "https://symfony.com", |
| 282 | "keywords": [ |
| 283 | "compatibility", |
| 284 | "polyfill", |
| 285 | "portable", |
| 286 | "shim" |
| 287 | ], |
| 288 | "support": { |
| 289 | "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" |
| 290 | }, |
| 291 | "funding": [ |
| 292 | { |
| 293 | "url": "https://symfony.com/sponsor", |
| 294 | "type": "custom" |
| 295 | }, |
| 296 | { |
| 297 | "url": "https://github.com/fabpot", |
| 298 | "type": "github" |
| 299 | }, |
| 300 | { |
| 301 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 302 | "type": "tidelift" |
| 303 | } |
| 304 | ], |
| 305 | "install-path": "../symfony/polyfill-php80" |
| 306 | } |
| 307 | ], |
| 308 | "dev": false, |
| 309 | "dev-package-names": [] |
| 310 | } |
| 311 |