[
    {
        "name": "matthiasmullie/minify",
        "version": "1.3.63",
        "version_normalized": "1.3.63.0",
        "source": {
            "type": "git",
            "url": "https://github.com/matthiasmullie/minify.git",
            "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/9ba1b459828adc13430f4dd6c49dae4950dc4117",
            "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117",
            "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": "2020-01-21T20:21:08+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.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"
        ]
    }
]
