[
    {
        "name": "tracy/tracy",
        "version": "v2.4.10",
        "version_normalized": "2.4.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/tracy.git",
            "reference": "5b302790edd71924dfe4ec44f499ef61df3f53a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/tracy/zipball/5b302790edd71924dfe4ec44f499ef61df3f53a2",
            "reference": "5b302790edd71924dfe4ec44f499ef61df3f53a2",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-session": "*",
            "php": ">=5.4.4"
        },
        "require-dev": {
            "nette/di": "~2.3",
            "nette/tester": "~1.7"
        },
        "suggest": {
            "https://nette.org/donate": "Please support Tracy via a donation"
        },
        "time": "2017-10-04T18:43:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src"
            ],
            "files": [
                "src/shortcuts.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause",
            "GPL-2.0",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "David Grudl",
                "homepage": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.",
        "homepage": "https://tracy.nette.org",
        "keywords": [
            "Xdebug",
            "debug",
            "debugger",
            "nette",
            "profiler"
        ]
    },
    {
        "name": "mobiledetect/mobiledetectlib",
        "version": "2.8.30",
        "version_normalized": "2.8.30.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
            "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35||~5.7"
        },
        "time": "2017-12-18T10:38:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Mobile_Detect.php"
            ],
            "psr-0": {
                "Detection": "namespaced/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Serban Ghita",
                "email": "serbanghita@gmail.com",
                "homepage": "http://mobiledetect.net",
                "role": "Developer"
            }
        ],
        "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
        "homepage": "https://github.com/serbanghita/Mobile-Detect",
        "keywords": [
            "detect mobile devices",
            "mobile",
            "mobile detect",
            "mobile detector",
            "php mobile detect"
        ]
    },
    {
        "name": "nette/utils",
        "version": "v2.4.8",
        "version_normalized": "2.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/utils.git",
            "reference": "f1584033b5af945b470533b466b81a789d532034"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/utils/zipball/f1584033b5af945b470533b466b81a789d532034",
            "reference": "f1584033b5af945b470533b466b81a789d532034",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "nette/tester": "~2.0",
            "tracy/tracy": "^2.3"
        },
        "suggest": {
            "ext-gd": "to use Image",
            "ext-iconv": "to use Strings::webalize() and toAscii()",
            "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
            "ext-json": "to use Nette\\Utils\\Json",
            "ext-mbstring": "to use Strings::lower() etc...",
            "ext-xml": "to use Strings::length() etc. when mbstring is not available"
        },
        "time": "2017-08-20T17:32:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause",
            "GPL-2.0",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "David Grudl",
                "homepage": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
        "homepage": "https://nette.org",
        "keywords": [
            "array",
            "core",
            "datetime",
            "images",
            "json",
            "nette",
            "paginator",
            "password",
            "slugify",
            "string",
            "unicode",
            "utf-8",
            "utility",
            "validation"
        ]
    },
    {
        "name": "nette/finder",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/finder.git",
            "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/finder/zipball/4d43a66d072c57d585bf08a3ef68d3587f7e9547",
            "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547",
            "shasum": ""
        },
        "require": {
            "nette/utils": "^2.4 || ~3.0.0",
            "php": ">=5.6.0"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "nette/tester": "^2.0",
            "tracy/tracy": "^2.3"
        },
        "time": "2017-07-10T23:47:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause",
            "GPL-2.0",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "David Grudl",
                "homepage": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "Nette Finder: Files Searching",
        "homepage": "https://nette.org"
    },
    {
        "name": "nette/caching",
        "version": "v2.5.6",
        "version_normalized": "2.5.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/caching.git",
            "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/caching/zipball/1231735b5135ca02bd381b70482c052d2a90bdc9",
            "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9",
            "shasum": ""
        },
        "require": {
            "nette/finder": "^2.2 || ~3.0.0",
            "nette/utils": "^2.4 || ~3.0.0",
            "php": ">=5.6.0"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "latte/latte": "^2.4",
            "nette/di": "^2.4 || ~3.0.0",
            "nette/tester": "^2.0",
            "tracy/tracy": "^2.4"
        },
        "suggest": {
            "ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"
        },
        "time": "2017-08-30T12:12:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause",
            "GPL-2.0",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "David Grudl",
                "homepage": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "⏱ Nette Caching: library with easy-to-use API and many cache backends.",
        "homepage": "https://nette.org",
        "keywords": [
            "cache",
            "journal",
            "memcached",
            "nette",
            "sqlite"
        ]
    }
]
