[
    {
        "name": "latte/latte",
        "version": "v2.4.8",
        "version_normalized": "2.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/latte.git",
            "reference": "95ca6bab6caaa3efa3b5d7d4537f9a45cb89ed90"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/latte/zipball/95ca6bab6caaa3efa3b5d7d4537f9a45cb89ed90",
            "reference": "95ca6bab6caaa3efa3b5d7d4537f9a45cb89ed90",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-tokenizer": "*",
            "php": ">=5.4.4"
        },
        "conflict": {
            "nette/application": "<2.4.1"
        },
        "require-dev": {
            "nette/tester": "~1.7",
            "tracy/tracy": "^2.3"
        },
        "suggest": {
            "ext-fileinfo": "to use filter |datastream",
            "ext-mbstring": "to use filters like lower, upper, capitalize, ...",
            "nette/utils": "to use filter |webalize"
        },
        "time": "2018-06-03T17:34:15+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": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.",
        "homepage": "https://latte.nette.org",
        "keywords": [
            "context-sensitive",
            "engine",
            "escaping",
            "html",
            "nette",
            "security",
            "template",
            "twig"
        ]
    },
    {
        "name": "lcobucci/jwt",
        "version": "3.2.3",
        "version_normalized": "3.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lcobucci/jwt.git",
            "reference": "01da822b3c2982ca9f2a1234f802a3ec001527ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lcobucci/jwt/zipball/01da822b3c2982ca9f2a1234f802a3ec001527ec",
            "reference": "01da822b3c2982ca9f2a1234f802a3ec001527ec",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "php": ">=5.5"
        },
        "require-dev": {
            "mdanter/ecc": "~0.3.1",
            "mikey179/vfsstream": "~1.5",
            "phpmd/phpmd": "~2.2",
            "phpunit/php-invoker": "~1.1",
            "phpunit/phpunit": "~4.5",
            "squizlabs/php_codesniffer": "~2.3"
        },
        "suggest": {
            "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
        },
        "time": "2018-07-29T14:38:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lcobucci\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Luís Otávio Cobucci Oblonczyk",
                "email": "lcobucci@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "A simple library to work with JSON Web Token and JSON Web Signature",
        "keywords": [
            "JWS",
            "jwt"
        ]
    },
    {
        "name": "nette/caching",
        "version": "v2.5.8",
        "version_normalized": "2.5.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/caching.git",
            "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/caching/zipball/7fba7c7ab2585fafb7b31152f2595e1551120555",
            "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555",
            "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": "2018-03-21T11:04:32+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"
        ]
    },
    {
        "name": "nette/finder",
        "version": "v2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/finder.git",
            "reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/finder/zipball/ee951a656cb8ac622e5dd33474a01fd2470505a0",
            "reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0",
            "shasum": ""
        },
        "require": {
            "nette/utils": "~2.4",
            "php": ">=5.6.0"
        },
        "conflict": {
            "nette/nette": "<2.2"
        },
        "require-dev": {
            "nette/tester": "~2.0",
            "tracy/tracy": "^2.3"
        },
        "time": "2018-06-28T11:49:23+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: find files and directories with an intuitive API.",
        "homepage": "https://nette.org",
        "keywords": [
            "filesystem",
            "glob",
            "iterator",
            "nette"
        ]
    },
    {
        "name": "nette/utils",
        "version": "v2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/utils.git",
            "reference": "183069866dc477fcfbac393ed486aaa6d93d19a5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/utils/zipball/183069866dc477fcfbac393ed486aaa6d93d19a5",
            "reference": "183069866dc477fcfbac393ed486aaa6d93d19a5",
            "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": "2018-05-02T17:16:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ],
            "files": [
                "src/loader.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": "🛠 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": "tracy/tracy",
        "version": "v2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/tracy.git",
            "reference": "bea9df15a1cdbf3ec50ef3a75f5ada1ab536d679"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/tracy/zipball/bea9df15a1cdbf3ec50ef3a75f5ada1ab536d679",
            "reference": "bea9df15a1cdbf3ec50ef3a75f5ada1ab536d679",
            "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": "2018-07-03T11:34:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src"
            ],
            "files": [
                "src/shortcuts.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "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"
        ]
    }
]
