{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "fb24b0b2427693b9793f15473815d9cc", "content-hash": "4c238e2771a28b4a7fe8ac8d6245aa83", "packages": [ { "name": "firebase/php-jwt", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "shasum": "" }, "require": { "php": ">=5.2.0" }, "type": "library", "autoload": { "classmap": [ "Authentication/", "Exceptions/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "time": "2015-06-22 23:26:39" }, { "name": "luticate/utils", "version": "0.1.1", "source": { "type": "git", "url": "https://git.rthoni.com/luticate/utils.git", "reference": "8965564e6a6b329918ba7e4e9ebcfc9e98f71edc" }, "type": "library", "autoload": { "psr-4": { "Luticate\\": "src/" } }, "authors": [ { "name": "Robin THONI", "email": "robin@rthoni.com" } ], "description": "Luticate user management system utils", "time": "2015-11-12 14:55:00" } ], "packages-dev": [ { "name": "luticate/generator", "version": "0.1.2", "source": { "type": "git", "url": "https://git.rthoni.com/luticate/generator.git", "reference": "5940633ab6ea37df3999e00d0819ead21925e710" }, "require": { "luticate/utils": "0.1.x", "twig/twig": "1.x", "vlucas/phpdotenv": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Luticate\\": "src/" } }, "authors": [ { "name": "Robin THONI", "email": "robin@rthoni.com" } ], "description": "Luticate user management system code generator", "time": "2015-11-12 15:21:28" }, { "name": "twig/twig", "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6", "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6", "shasum": "" }, "require": { "php": ">=5.2.7" }, "require-dev": { "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.23-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "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" ], "time": "2015-11-05 12:49:06" }, { "name": "vlucas/phpdotenv", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-0": { "Dotenv": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "authors": [ { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "http://www.vancelucas.com" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "homepage": "http://github.com/vlucas/phpdotenv", "keywords": [ "dotenv", "env", "environment" ], "time": "2015-05-30 15:59:26" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }