{
        "packages": [
                {
                        "name": "sabberworm/php-css-parser",
                        "version": "v8.7.0",
                        "version_normalized": "8.7.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
                                "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/f414ff953002a9b18e3a116f5e462c56f21237cf",
                                "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf",
                                "shasum": ""
                        },
                        "require": {
                                "ext-iconv": "*",
                                "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
                        },
                        "suggest": {
                                "ext-mbstring": "for parsing UTF-8 CSS"
                        },
                        "time": "2024-10-27T17:38:32+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "9.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Sabberworm\\CSS\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Raphael Schweikert"
                                },
                                {
                                        "name": "Oliver Klee",
                                        "email": "github@oliverklee.de"
                                },
                                {
                                        "name": "Jake Hotson",
                                        "email": "jake.github@qzdesign.co.uk"
                                }
                        ],
                        "description": "Parser for CSS Files written in PHP",
                        "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
                        "keywords": [
                                "css",
                                "parser",
                                "stylesheet"
                        ],
                        "support": {
                                "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
                                "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.7.0"
                        },
                        "install-path": "../sabberworm/php-css-parser"
                },
                {
                        "name": "symfony/css-selector",
                        "version": "v5.4.45",
                        "version_normalized": "5.4.45.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/css-selector.git",
                                "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f3901f097",
                                "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2.5",
                                "symfony/polyfill-php80": "^1.16"
                        },
                        "time": "2024-09-25T14:11:13+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\CssSelector\\": ""
                                },
                                "exclude-from-classmap": [
                                        "/Tests/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Fabien Potencier",
                                        "email": "fabien@symfony.com"
                                },
                                {
                                        "name": "Jean-François Simon",
                                        "email": "jeanfrancois.simon@sensiolabs.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Converts CSS selectors to XPath expressions",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/css-selector/tree/v5.4.45"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/css-selector"
                },
                {
                        "name": "symfony/polyfill-php80",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php80.git",
                                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2"
                        },
                        "time": "2024-09-09T11:45:10+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Php80\\": ""
                                },
                                "classmap": [
                                        "Resources/stubs"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ion Bazan",
                                        "email": "ion.bazan@gmail.com"
                                },
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-php80"
                },
                {
                        "name": "voku/css-to-inline-styles",
                        "version": "2.0.3",
                        "version_normalized": "2.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/voku/CssToInlineStyles.git",
                                "reference": "64e16278545d5ce1b6197136b3fbbaf90f1f2670"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/voku/CssToInlineStyles/zipball/64e16278545d5ce1b6197136b3fbbaf90f1f2670",
                                "reference": "64e16278545d5ce1b6197136b3fbbaf90f1f2670",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "php": ">=7.0.0",
                                "symfony/css-selector": "~3.0 || ~4.0 || ~5.0",
                                "voku/simple_html_dom": "~4.7"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~6.0 || ~7.0"
                        },
                        "time": "2020-02-23T12:51:47+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.6.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "voku\\CssToInlineStyles\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Tijs Verkoyen",
                                        "email": "css_to_inline_styles@verkoyen.eu",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Lars Moelleken",
                                        "email": "lars@moelleken.org",
                                        "homepage": "https://github.com/voku",
                                        "role": "Developer"
                                }
                        ],
                        "description": "Only a Fork of -> 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.",
                        "homepage": "https://github.com/voku/CssToInlineStyles",
                        "keywords": [
                                "CSSToHtml",
                                "CSSinline",
                                "css",
                                "css-to-html",
                                "email",
                                "inline",
                                "style"
                        ],
                        "install-path": "../voku/css-to-inline-styles"
                },
                {
                        "name": "voku/simple_html_dom",
                        "version": "4.8.10",
                        "version_normalized": "4.8.10.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/voku/simple_html_dom.git",
                                "reference": "716822ed52ed3a1881542be07a786270de390e99"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/716822ed52ed3a1881542be07a786270de390e99",
                                "reference": "716822ed52ed3a1881542be07a786270de390e99",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "ext-libxml": "*",
                                "ext-simplexml": "*",
                                "php": ">=7.0.0",
                                "symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
                        },
                        "suggest": {
                                "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
                        },
                        "time": "2024-07-03T16:05:14+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "voku\\helper\\": "src/voku/helper/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "dimabdc",
                                        "email": "support@titor.ru",
                                        "homepage": "https://github.com/dimabdc",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Lars Moelleken",
                                        "homepage": "https://www.moelleken.org/",
                                        "role": "Fork-Maintainer"
                                }
                        ],
                        "description": "Simple HTML DOM package.",
                        "homepage": "https://github.com/voku/simple_html_dom",
                        "keywords": [
                                "HTML Parser",
                                "dom",
                                "php dom"
                        ],
                        "support": {
                                "issues": "https://github.com/voku/simple_html_dom/issues",
                                "source": "https://github.com/voku/simple_html_dom/tree/4.8.10"
                        },
                        "funding": [
                                {
                                        "url": "https://www.paypal.me/moelleken",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/voku",
                                        "type": "github"
                                },
                                {
                                        "url": "https://www.patreon.com/voku",
                                        "type": "patreon"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../voku/simple_html_dom"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
