[
    {
        "name": "matthiasmullie/minify",
        "version": "1.3.61",
        "version_normalized": "1.3.61.0",
        "source": {
            "type": "git",
            "url": "https://github.com/matthiasmullie/minify.git",
            "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
            "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "matthiasmullie/path-converter": "~1.1",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.0",
            "matthiasmullie/scrapbook": "~1.0",
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "psr/cache-implementation": "Cache implementation to use with Minify::cache"
        },
        "time": "2018-11-26T23:10:39+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"
        ]
    },
    {
        "name": "matthiasmullie/path-converter",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/matthiasmullie/path-converter.git",
            "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
            "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2018-10-25T15:19:41+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"
        ]
    },
    {
        "name": "symfony/css-selector",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "4d882dced7b995d5274293039370148e291808f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
            "reference": "4d882dced7b995d5274293039370148e291808f2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-05-01T15:01:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "voku/html-min",
        "version": "3.1.6",
        "version_normalized": "3.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/HtmlMin.git",
            "reference": "5c618c662bc1c86dd2cf2291a85bec7372aac122"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/HtmlMin/zipball/5c618c662bc1c86dd2cf2291a85bec7372aac122",
            "reference": "5c618c662bc1c86dd2cf2291a85bec7372aac122",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "php": ">=7.0.0",
            "voku/simple_html_dom": "^4.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "time": "2019-03-04T08:15:51+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"
        ]
    },
    {
        "name": "voku/simple_html_dom",
        "version": "4.3.3",
        "version_normalized": "4.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/simple_html_dom.git",
            "reference": "3084547002a84268033f2a1d1414c8cde0c388d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/3084547002a84268033f2a1d1414c8cde0c388d7",
            "reference": "3084547002a84268033f2a1d1414c8cde0c388d7",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "ext-simplexml": "*",
            "php": ">=7.0.0",
            "symfony/css-selector": "~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "voku/portable-utf8": "~4.0"
        },
        "time": "2019-03-04T08:10:15+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": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/",
                "role": "Developer"
            },
            {
                "name": "dimabdc",
                "email": "support@titor.ru",
                "homepage": "http://github.com/dimabdc",
                "role": "Developer"
            }
        ],
        "description": "Simple HTML DOM package.",
        "homepage": "http://simplehtmldom.sourceforge.net/",
        "keywords": [
            "HTML Parser",
            "dom",
            "php dom"
        ]
    }
]
