From ce1cec6bf7b5cdd35eab8714d301a4b5a67081ac Mon Sep 17 00:00:00 2001 From: Frank Liepert Date: Sat, 17 Oct 2015 23:34:40 +0200 Subject: [PATCH] Add paragonie/random_compat 1.0.7 --- composer.json | 1 + composer.lock | 52 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 50 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3305977..fe6e556 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "type" : "library", "license" : "MIT", "require": { + "paragonie/random_compat": "1.0.7", "php": ">=5.5", "ext-fileinfo": "*", "ext-intl": "*", diff --git a/composer.lock b/composer.lock index 8e8c1db..cfad166 100644 --- a/composer.lock +++ b/composer.lock @@ -4,9 +4,55 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "65217d7cc586fc0894fadabf7701ee81", - "content-hash": "7e464dce96411a5f5c1223d797f822d0", - "packages": [], + "hash": "efbd58d7ab78c6c632f667895396e760", + "content-hash": "3057dafcf870d91e2b458d11f5487c83", + "packages": [ + { + "name": "paragonie/random_compat", + "version": "1.0.7", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "df1207683dfbd1399f0fa931a368082a28fed50b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/df1207683dfbd1399f0fa931a368082a28fed50b", + "reference": "df1207683dfbd1399f0fa931a368082a28fed50b", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "autoload": { + "files": [ + "lib/random.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "pseudorandom", + "random" + ], + "time": "2015-10-16 14:10:15" + } + ], "packages-dev": [ { "name": "doctrine/instantiator",