{ "packages": [ { "name": "matthiasmullie/minify", "version": "1.3.66", "version_normalized": "1.3.66.0", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6", "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", "matthiasmullie/scrapbook": "dev-master", "phpunit/phpunit": ">=4.8" }, "suggest": { "psr/cache-implementation": "Cache implementation to use with Minify::cache" }, "time": "2021-01-06T15:18:10+00:00", "bin": [ "bin/minifycss", "bin/minifyjs" ], "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "MatthiasMullie\\Minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "minify@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", "homepage": "http://www.minifier.org", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "support": { "issues": "https://github.com/matthiasmullie/minify/issues", "source": "https://github.com/matthiasmullie/minify/tree/1.3.66" }, "funding": [ { "url": "https://github.com/[user1", "type": "github" }, { "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.", "type": "github" }, { "url": "https://github.com/user2", "type": "github" } ], "install-path": "../matthiasmullie/minify" }, { "name": "matthiasmullie/path-converter", "version": "1.1.3", "version_normalized": "1.1.3.0", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "time": "2019-02-05T23:41:09+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "pathconverter@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "Relative path converter", "homepage": "http://github.com/matthiasmullie/path-converter", "keywords": [ "converter", "path", "paths", "relative" ], "support": { "issues": "https://github.com/matthiasmullie/path-converter/issues", "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" }, "install-path": "../matthiasmullie/path-converter" }, { "name": "symfony/css-selector", "version": "v5.2.4", "version_normalized": "5.2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f", "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f", "shasum": "" }, "require": { "php": ">=7.2.5" }, "time": "2021-01-27T10:01:46+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.2.4" }, "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": "voku/html-min", "version": "4.4.8", "version_normalized": "4.4.8.0", "source": { "type": "git", "url": "https://github.com/voku/HtmlMin.git", "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/HtmlMin/zipball/4f700584abd70b308b7d06b8e4cfcc31711faaf9", "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9", "shasum": "" }, "require": { "ext-dom": "*", "php": ">=7.0.0", "voku/simple_html_dom": "~4.7.23" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "time": "2020-08-11T22:13:23+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "HTML Compressor and Minifier", "homepage": "https://github.com/voku/HtmlMin", "keywords": [ "compress", "compression", "compressor", "html", "minifier" ], "support": { "issues": "https://github.com/voku/HtmlMin/issues", "source": "https://github.com/voku/HtmlMin/tree/master" }, "funding": [ { "url": "https://www.paypal.me/moelleken", "type": "custom" }, { "url": "https://github.com/voku", "type": "github" }, { "url": "https://www.patreon.com/voku", "type": "patreon" } ], "install-path": "../voku/html-min" }, { "name": "voku/simple_html_dom", "version": "4.7.29", "version_normalized": "4.7.29.0", "source": { "type": "git", "url": "https://github.com/voku/simple_html_dom.git", "reference": "079067c704b714b7c2813971297bb340307813e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/079067c704b714b7c2813971297bb340307813e7", "reference": "079067c704b714b7c2813971297bb340307813e7", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-simplexml": "*", "php": ">=7.0.0", "symfony/css-selector": "~3.0 || ~4.0 || ~5.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": "2021-03-29T14:56:56+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": "http://github.com/dimabdc", "role": "Developer" }, { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/", "role": "Developer" } ], "description": "Simple HTML DOM package.", "homepage": "http://simplehtmldom.sourceforge.net/", "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.7.29" }, "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": [] }