[
    {
        "name": "gettext/gettext",
        "version": "v3.6.1",
        "version_normalized": "3.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/oscarotero/Gettext.git",
            "reference": "cd3be64443551e3a693117c4bccbe53e36282456"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cd3be64443551e3a693117c4bccbe53e36282456",
            "reference": "cd3be64443551e3a693117c4bccbe53e36282456",
            "shasum": ""
        },
        "require": {
            "gettext/languages": "2.*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "illuminate/view": "*",
            "symfony/yaml": "~2",
            "twig/extensions": "*",
            "twig/twig": "*"
        },
        "suggest": {
            "illuminate/view": "Is necessary if you want to use the Blade extractor",
            "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
            "twig/extensions": "Is necessary if you want to use the Twig extractor",
            "twig/twig": "Is necessary if you want to use the Twig extractor"
        },
        "time": "2016-08-01T18:09:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gettext\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oscar Otero",
                "email": "oom@oscarotero.com",
                "homepage": "http://oscarotero.com",
                "role": "Developer"
            }
        ],
        "description": "PHP gettext manager",
        "homepage": "https://github.com/oscarotero/Gettext",
        "keywords": [
            "JS",
            "gettext",
            "i18n",
            "mo",
            "po",
            "translation"
        ]
    },
    {
        "name": "gettext/languages",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git",
            "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/49c39e51569963cc917a924b489e7025bfb9d8c7",
            "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4"
        },
        "time": "2017-03-23T17:02:28+00:00",
        "bin": [
            "bin/export-plural-rules",
            "bin/export-plural-rules.php"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gettext\\Languages\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michele Locati",
                "email": "mlocati@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "gettext languages with plural rules",
        "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules",
        "keywords": [
            "cldr",
            "i18n",
            "internationalization",
            "l10n",
            "language",
            "languages",
            "localization",
            "php",
            "plural",
            "plural rules",
            "plurals",
            "translate",
            "translations",
            "unicode"
        ]
    },
    {
        "name": "jaimeperez/twig-configurable-i18n",
        "version": "v1.2",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jaimeperez/twig-configurable-i18n.git",
            "reference": "75d4926fd102c9e62219ad7f94a6136d2f2ccd93"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jaimeperez/twig-configurable-i18n/zipball/75d4926fd102c9e62219ad7f94a6136d2f2ccd93",
            "reference": "75d4926fd102c9e62219ad7f94a6136d2f2ccd93",
            "shasum": ""
        },
        "require": {
            "twig/extensions": "^1.3"
        },
        "time": "2016-10-03T12:34:15+00:00",
        "type": "project",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JaimePerez\\TwigConfigurableI18n\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Jaime Perez",
                "email": "jaime.perez@uninett.no"
            }
        ],
        "description": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.",
        "keywords": [
            "extension",
            "gettext",
            "i18n",
            "internationalization",
            "translation",
            "twig"
        ]
    },
    {
        "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": "robrichards/xmlseclibs",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/robrichards/xmlseclibs.git",
            "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
            "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
            "shasum": ""
        },
        "require": {
            "php": ">= 5.4"
        },
        "suggest": {
            "ext-openssl": "OpenSSL extension"
        },
        "time": "2017-08-31T09:27:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "RobRichards\\XMLSecLibs\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "A PHP library for XML Security",
        "homepage": "https://github.com/robrichards/xmlseclibs",
        "keywords": [
            "security",
            "signature",
            "xml",
            "xmldsig"
        ]
    },
    {
        "name": "simplesamlphp/saml2",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplesamlphp/saml2.git",
            "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d",
            "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-openssl": "*",
            "ext-zlib": "*",
            "php": ">=5.4",
            "psr/log": "~1.0",
            "robrichards/xmlseclibs": "^3.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9",
            "phpmd/phpmd": "~1.5",
            "phpunit/phpunit": "~3.7",
            "sebastian/phpcpd": "~1.4",
            "sensiolabs/security-checker": "~1.1",
            "squizlabs/php_codesniffer": "~1.4"
        },
        "time": "2018-03-02T14:30:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "v3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SAML2\\": "src/"
            },
            "files": [
                "src/_autoload.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Andreas Åkre Solberg",
                "email": "andreas.solberg@uninett.no"
            }
        ],
        "description": "SAML2 PHP library from SimpleSAMLphp"
    },
    {
        "name": "twig/extensions",
        "version": "v1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig-extensions.git",
            "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
            "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.27|~2.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~3.3@dev",
            "symfony/translation": "~2.3|~3.0"
        },
        "suggest": {
            "symfony/translation": "Allow the time_diff output to be translated"
        },
        "time": "2017-06-08T18:19:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_Extensions_": "lib/"
            },
            "psr-4": {
                "Twig\\Extensions\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Common additional features for Twig that do not directly belong in core",
        "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
        "keywords": [
            "i18n",
            "text"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.35.0",
        "version_normalized": "1.35.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
            "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~3.3@dev"
        },
        "time": "2017-09-27T18:06:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.35-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "whitehat101/apr1-md5",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/whitehat101/apr1-md5.git",
            "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
            "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.0.*"
        },
        "time": "2015-02-11T11:06:42+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WhiteHat101\\Crypt\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Ebler",
                "email": "jebler@gmail.com"
            }
        ],
        "description": "Apache's APR1-MD5 algorithm in pure PHP",
        "homepage": "https://github.com/whitehat101/apr1-md5",
        "keywords": [
            "MD5",
            "apr1"
        ]
    }
]
