[
    {
        "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": "paquettg/php-html-parser",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paquettg/php-html-parser.git",
            "reference": "18845e09831dd0772b88b51e788a4f74c701224c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/18845e09831dd0772b88b51e788a4f74c701224c",
            "reference": "18845e09831dd0772b88b51e788a4f74c701224c",
            "shasum": ""
        },
        "require": {
            "paquettg/string-encode": "~0.1.0",
            "php": ">=5.4"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.0",
            "phpunit/phpunit": "~4.8.0",
            "satooshi/php-coveralls": "~0.6.0"
        },
        "time": "2016-04-06T15:24:40+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPHtmlParser": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gilles Paquette",
                "email": "paquettg@gmail.com",
                "homepage": "http://gillespaquette.ca"
            }
        ],
        "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
        "homepage": "https://github.com/paquettg/php-html-parser",
        "keywords": [
            "dom",
            "html",
            "parser"
        ]
    },
    {
        "name": "paquettg/string-encode",
        "version": "0.1.1",
        "version_normalized": "0.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paquettg/string-encoder.git",
            "reference": "cf08343649701979f581c1601d01247fa3782439"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/cf08343649701979f581c1601d01247fa3782439",
            "reference": "cf08343649701979f581c1601d01247fa3782439",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-05-29T18:38:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "stringEncode": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gilles Paquette",
                "email": "paquettg@gmail.com",
                "homepage": "http://gillespaquette.ca"
            }
        ],
        "description": "Facilitating the process of altering string encoding in PHP.",
        "homepage": "https://github.com/paquettg/string-encoder",
        "keywords": [
            "charset",
            "encoding",
            "string"
        ]
    }
]
