{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "6e7cbcd453d6957f8bd63969c4110c1f", "packages": [ { "name": "aura/session", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Session.git", "reference": "7d2f7d41ad693970b5b6b83facca0961d3378883" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Session/zipball/7d2f7d41ad693970b5b6b83facca0961d3378883", "reference": "7d2f7d41ad693970b5b6b83facca0961d3378883", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "aura/di": "~2.0" }, "suggest": { "ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens.", "ext-openssl": "OpenSSL generates the best secure CSRF tokens.", "ircmaxell/random-lib": "A Library For Generating Secure Random Numbers", "paragonie/random_compat": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7" }, "type": "library", "extra": { "aura": { "type": "library", "config": { "common": "Aura\\Session\\_Config\\Common" } } }, "autoload": { "psr-4": { "Aura\\Session\\": "src/", "Aura\\Session\\_Config\\": "config/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Aura.Session Contributors", "homepage": "https://github.com/auraphp/Aura.Session/contributors" } ], "description": "Provides session management functionality, including lazy session starting, session segments, next-request-only (\"flash\") values, and CSRF tools.", "homepage": "https://github.com/auraphp/Aura.Session", "keywords": [ "csrf", "flash", "flash message", "session", "sessions" ], "time": "2016-10-03T20:28:32+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "1.1.0" }