| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "symfony/css-selector", |
| 5 |
"version": "v6.4.34", |
| 6 |
"version_normalized": "6.4.34.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/symfony/css-selector.git", |
| 10 |
"reference": "b0314c186f1464de048cce58979ff1625ca88bbb" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/symfony/css-selector/zipball/b0314c186f1464de048cce58979ff1625ca88bbb", |
| 15 |
"reference": "b0314c186f1464de048cce58979ff1625ca88bbb", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=8.1" |
| 20 |
}, |
| 21 |
"time": "2026-02-16T08:37:21+00:00", |
| 22 |
"type": "library", |
| 23 |
"installation-source": "dist", |
| 24 |
"autoload": { |
| 25 |
"psr-4": { |
| 26 |
"Symfony\\Component\\CssSelector\\": "" |
| 27 |
}, |
| 28 |
"exclude-from-classmap": [ |
| 29 |
"/Tests/" |
| 30 |
] |
| 31 |
}, |
| 32 |
"notification-url": "https://packagist.org/downloads/", |
| 33 |
"license": [ |
| 34 |
"MIT" |
| 35 |
], |
| 36 |
"authors": [ |
| 37 |
{ |
| 38 |
"name": "Fabien Potencier", |
| 39 |
"email": "fabien@symfony.com" |
| 40 |
}, |
| 41 |
{ |
| 42 |
"name": "Jean-François Simon", |
| 43 |
"email": "jeanfrancois.simon@sensiolabs.com" |
| 44 |
}, |
| 45 |
{ |
| 46 |
"name": "Symfony Community", |
| 47 |
"homepage": "https://symfony.com/contributors" |
| 48 |
} |
| 49 |
], |
| 50 |
"description": "Converts CSS selectors to XPath expressions", |
| 51 |
"homepage": "https://symfony.com", |
| 52 |
"support": { |
| 53 |
"source": "https://github.com/symfony/css-selector/tree/v6.4.34" |
| 54 |
}, |
| 55 |
"funding": [ |
| 56 |
{ |
| 57 |
"url": "https://symfony.com/sponsor", |
| 58 |
"type": "custom" |
| 59 |
}, |
| 60 |
{ |
| 61 |
"url": "https://github.com/fabpot", |
| 62 |
"type": "github" |
| 63 |
}, |
| 64 |
{ |
| 65 |
"url": "https://github.com/nicolas-grekas", |
| 66 |
"type": "github" |
| 67 |
}, |
| 68 |
{ |
| 69 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 70 |
"type": "tidelift" |
| 71 |
} |
| 72 |
], |
| 73 |
"install-path": "../symfony/css-selector" |
| 74 |
}, |
| 75 |
{ |
| 76 |
"name": "tijsverkoyen/css-to-inline-styles", |
| 77 |
"version": "v2.3.0", |
| 78 |
"version_normalized": "2.3.0.0", |
| 79 |
"source": { |
| 80 |
"type": "git", |
| 81 |
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
| 82 |
"reference": "0d72ac1c00084279c1816675284073c5a337c20d" |
| 83 |
}, |
| 84 |
"dist": { |
| 85 |
"type": "zip", |
| 86 |
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d", |
| 87 |
"reference": "0d72ac1c00084279c1816675284073c5a337c20d", |
| 88 |
"shasum": "" |
| 89 |
}, |
| 90 |
"require": { |
| 91 |
"ext-dom": "*", |
| 92 |
"ext-libxml": "*", |
| 93 |
"php": "^7.4 || ^8.0", |
| 94 |
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0" |
| 95 |
}, |
| 96 |
"require-dev": { |
| 97 |
"phpstan/phpstan": "^2.0", |
| 98 |
"phpstan/phpstan-phpunit": "^2.0", |
| 99 |
"phpunit/phpunit": "^8.5.21 || ^9.5.10" |
| 100 |
}, |
| 101 |
"time": "2024-12-21T16:25:41+00:00", |
| 102 |
"type": "library", |
| 103 |
"extra": { |
| 104 |
"branch-alias": { |
| 105 |
"dev-master": "2.x-dev" |
| 106 |
} |
| 107 |
}, |
| 108 |
"installation-source": "dist", |
| 109 |
"autoload": { |
| 110 |
"psr-4": { |
| 111 |
"TijsVerkoyen\\CssToInlineStyles\\": "src" |
| 112 |
} |
| 113 |
}, |
| 114 |
"notification-url": "https://packagist.org/downloads/", |
| 115 |
"license": [ |
| 116 |
"BSD-3-Clause" |
| 117 |
], |
| 118 |
"authors": [ |
| 119 |
{ |
| 120 |
"name": "Tijs Verkoyen", |
| 121 |
"email": "css_to_inline_styles@verkoyen.eu", |
| 122 |
"role": "Developer" |
| 123 |
} |
| 124 |
], |
| 125 |
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", |
| 126 |
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
| 127 |
"support": { |
| 128 |
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", |
| 129 |
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0" |
| 130 |
}, |
| 131 |
"install-path": "../tijsverkoyen/css-to-inline-styles" |
| 132 |
} |
| 133 |
], |
| 134 |
"dev": false, |
| 135 |
"dev-package-names": [] |
| 136 |
} |
| 137 |
|