[
    {
        "name": "websharks/css-minifier",
        "version": "150820",
        "version_normalized": "150820",
        "source": {
            "type": "git",
            "url": "https://github.com/websharks/css-minifier.git",
            "reference": "da1d0254c41e1f59c7337aa444d743e6056046ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/websharks/css-minifier/zipball/da1d0254c41e1f59c7337aa444d743e6056046ff",
            "reference": "da1d0254c41e1f59c7337aa444d743e6056046ff",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3"
        },
        "time": "2015-08-21T03:19:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WebSharks\\CssMinifier\\": "src/includes/classes"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "websharks",
                "homepage": "http://websharks-inc.com/",
                "role": "company"
            },
            {
                "name": "jaswsinc",
                "homepage": "http://jaswsinc.com/",
                "role": "developer"
            },
            {
                "name": "raamdev",
                "homepage": "http://raam.org/",
                "role": "developer"
            }
        ],
        "description": "Compresses CSS.",
        "homepage": "https://github.com/websharks/css-minifier",
        "keywords": [
            "compressor",
            "css",
            "websharks"
        ]
    },
    {
        "name": "natxet/CssMin",
        "version": "v3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/natxet/CssMin.git",
            "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/natxet/CssMin/zipball/92de3fe3ccb4f8298d31952490ef7d5395855c39",
            "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0"
        },
        "time": "2015-09-25T11:13:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joe Scylla",
                "email": "joe.scylla@gmail.com",
                "homepage": "https://profiles.google.com/joe.scylla"
            }
        ],
        "description": "Minifying CSS",
        "homepage": "http://code.google.com/p/cssmin/",
        "keywords": [
            "css",
            "minify"
        ]
    },
    {
        "name": "patchwork/jsqueeze",
        "version": "v2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tchwork/jsqueeze.git",
            "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tchwork/jsqueeze/zipball/693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
            "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-04-19T09:28:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Patchwork\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            }
        ],
        "description": "Efficient JavaScript minification in PHP",
        "homepage": "https://github.com/tchwork/jsqueeze",
        "keywords": [
            "compression",
            "javascript",
            "minification"
        ]
    },
    {
        "name": "linkorb/jsmin-php",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/linkorb/jsmin-php.git",
            "reference": "be85d87fc9c27730e7e9ced742b13010dafc1026"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/linkorb/jsmin-php/zipball/be85d87fc9c27730e7e9ced742b13010dafc1026",
            "reference": "be85d87fc9c27730e7e9ced742b13010dafc1026",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "time": "2013-03-15T13:16:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joost Faassen",
                "email": "j.faassen@linkorb.com",
                "role": "Packaging for Composer"
            },
            {
                "name": "Ryan Grove",
                "email": "ryan@wonko.com",
                "role": "PHP port"
            },
            {
                "name": "Adam Gofort",
                "email": "aag@adamgoforth.com",
                "role": "Updates to the PHP port"
            },
            {
                "name": "Douglas Crockford",
                "email": "douglas@crockford.com"
            }
        ],
        "description": "Unofficial package of jsmin-php",
        "homepage": "http://www.github.com/linkorb/jsmin-php",
        "keywords": [
            "javascript",
            "jsmin",
            "minify"
        ]
    },
    {
        "name": "meenie/javascript-packer",
        "version": "1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/meenie/javascript-packer.git",
            "reference": "dcab0159ae1ed9d7535c034fb8afe1e4c3495d22"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/meenie/javascript-packer/zipball/dcab0159ae1ed9d7535c034fb8afe1e4c3495d22",
            "reference": "dcab0159ae1ed9d7535c034fb8afe1e4c3495d22",
            "shasum": ""
        },
        "time": "2013-03-25T21:54:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "class.JavaScriptPacker.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL 2.1"
        ],
        "authors": [
            {
                "name": "Nicolas Martin",
                "role": "Developer"
            }
        ],
        "description": "Composer hosted mirror of the PHP Version of Dean Edwards' JavaScript Packer",
        "homepage": "http://joliclic.free.fr/php/javascript-packer/en/",
        "keywords": [
            "javascript packer"
        ]
    },
    {
        "name": "wyrihaximus/html-compress",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/WyriHaximus/HtmlCompress.git",
            "reference": "b51fb7593cde54f364782d13c731b711be7f77b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/WyriHaximus/HtmlCompress/zipball/b51fb7593cde54f364782d13c731b711be7f77b9",
            "reference": "b51fb7593cde54f364782d13c731b711be7f77b9",
            "shasum": ""
        },
        "require": {
            "linkorb/jsmin-php": "1.0.0",
            "meenie/javascript-packer": "1.1",
            "natxet/cssmin": "^3.0",
            "patchwork/jsqueeze": "~1.0|~2.0",
            "php": ">=5.4.0",
            "websharks/css-minifier": "150820"
        },
        "require-dev": {
            "phake/phake": "^1.0",
            "phpunit/phpunit": "^4.0",
            "squizlabs/php_codesniffer": "^1.0",
            "vectorface/dunit": "^2.0"
        },
        "time": "2016-07-26T21:15:52+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WyriHaximus\\HtmlCompress\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Cees-Jan Kiewiet",
                "email": "ceesjank@gmail.com",
                "homepage": "http://wyrihaximus.net/"
            }
        ],
        "description": "Compress/minify your HTML",
        "keywords": [
            "compress",
            "html"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "zendframework/zend-diactoros",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "2faa791b66bac33ca40031d8bce03b7dc8143490"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/2faa791b66bac33ca40031d8bce03b7dc8143490",
            "reference": "2faa791b66bac33ca40031d8bce03b7dc8143490",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "phpunit/phpunit": "^5.7.16 || ^6.0.8",
            "zendframework/zend-coding-standard": "~1.0"
        },
        "time": "2017-09-13T14:47:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev",
                "dev-develop": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Diactoros\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://github.com/zendframework/zend-diactoros",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10T12:19:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "aura/intl",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/auraphp/Aura.Intl.git",
            "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926",
            "reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926",
            "shasum": ""
        },
        "require": {
            "php": "^5.6|^7.0"
        },
        "time": "2017-01-20T05:00:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Aura\\Intl\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aura.Intl Contributors",
                "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
            }
        ],
        "description": "The Aura Intl package provides internationalization tools, specifically message translation.",
        "homepage": "https://github.com/auraphp/Aura.Intl",
        "keywords": [
            "g11n",
            "globalization",
            "i18n",
            "internationalization",
            "intl",
            "l10n",
            "localization"
        ]
    },
    {
        "name": "cakephp/chronos",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/chronos.git",
            "reference": "0621b191334d8dcb56907688986dd24eb8c38234"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/chronos/zipball/0621b191334d8dcb56907688986dd24eb8c38234",
            "reference": "0621b191334d8dcb56907688986dd24eb8c38234",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "athletic/athletic": "~0.1",
            "cakephp/cakephp-codesniffer": "~2.3",
            "phpbench/phpbench": "@dev",
            "phpstan/phpstan": "^0.6.4",
            "phpunit/phpunit": "<6.0"
        },
        "time": "2017-04-27T01:27:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Chronos\\": "src"
            },
            "files": [
                "src/carbon_compat.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            },
            {
                "name": "The CakePHP Team",
                "homepage": "http://cakephp.org"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://cakephp.org",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "cakephp/cakephp",
        "version": "3.5.3",
        "version_normalized": "3.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/cakephp.git",
            "reference": "cdf66608ef1f64e26509c41e92cc9bdb558c81fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/cakephp/zipball/cdf66608ef1f64e26509c41e92cc9bdb558c81fd",
            "reference": "cdf66608ef1f64e26509c41e92cc9bdb558c81fd",
            "shasum": ""
        },
        "require": {
            "aura/intl": "^3.0.0",
            "cakephp/chronos": "^1.0.0",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "php": ">=5.6.0",
            "psr/log": "^1.0.0",
            "zendframework/zend-diactoros": "^1.4.0"
        },
        "conflict": {
            "phpunit/phpunit": "<5.7"
        },
        "replace": {
            "cakephp/cache": "self.version",
            "cakephp/collection": "self.version",
            "cakephp/core": "self.version",
            "cakephp/database": "self.version",
            "cakephp/datasource": "self.version",
            "cakephp/event": "self.version",
            "cakephp/filesystem": "self.version",
            "cakephp/form": "self.version",
            "cakephp/i18n": "self.version",
            "cakephp/log": "self.version",
            "cakephp/orm": "self.version",
            "cakephp/utility": "self.version",
            "cakephp/validation": "self.version"
        },
        "require-dev": {
            "cakephp/cakephp-codesniffer": "^3.0",
            "phpunit/phpunit": "^5.7|^6.0"
        },
        "suggest": {
            "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
            "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
        },
        "time": "2017-09-27T01:53:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\": "src"
            },
            "files": [
                "src/Core/functions.php",
                "src/Collection/functions.php",
                "src/I18n/functions.php",
                "src/Utility/bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
            }
        ],
        "description": "The CakePHP framework",
        "homepage": "https://cakephp.org",
        "keywords": [
            "conventions over configuration",
            "dry",
            "form",
            "framework",
            "mvc",
            "orm",
            "psr-7",
            "rapid-development",
            "validation"
        ]
    },
    {
        "name": "wyrihaximus/minify-html",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/WyriHaximus/MinifyHtml.git",
            "reference": "1d7d663c0103a453d5fe0cd20970215f533b3138"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/WyriHaximus/MinifyHtml/zipball/1d7d663c0103a453d5fe0cd20970215f533b3138",
            "reference": "1d7d663c0103a453d5fe0cd20970215f533b3138",
            "shasum": ""
        },
        "require": {
            "cakephp/cakephp": "~3.0",
            "php": ">=5.4.19",
            "wyrihaximus/html-compress": "~1.0"
        },
        "require-dev": {
            "phake/phake": "~1.0",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "^1.0",
            "vectorface/dunit": "~2.0"
        },
        "time": "2015-12-15T20:49:49+00:00",
        "type": "cakephp-plugin",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WyriHaximus\\MinifyHtml\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Cees-Jan Kiewiet",
                "email": "ceesjank@gmail.com",
                "homepage": "http://wyrihaximus.net/"
            }
        ],
        "description": "Html minifier for CakePHP3",
        "keywords": [
            "cakephp",
            "cakephp3",
            "compress",
            "html",
            "minify"
        ]
    }
]
