diff --git a/examples/composer.json b/examples/composer.json index 6485183e..572002da 100644 --- a/examples/composer.json +++ b/examples/composer.json @@ -2,7 +2,8 @@ "name": "", "require": { "alexbilbie/proton": "~1.4", - "illuminate/database": "~5.0" + "illuminate/database": "~5.0", + "ircmaxell/password-compat": "~1.0" }, "autoload": { "psr-4": { diff --git a/examples/composer.lock b/examples/composer.lock index 30e6f2f6..8bc48e8e 100644 --- a/examples/composer.lock +++ b/examples/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "1b6c8d343ed4a6d2ff7b178d989d7516", + "hash": "8d3e15426ebda5d273b960d5c9f373b5", "packages": [ { "name": "alexbilbie/proton", @@ -381,6 +381,48 @@ "homepage": "http://laravel.com", "time": "2015-03-27 14:49:11" }, + { + "name": "ircmaxell/password-compat", + "version": "v1.0.4", + "source": { + "type": "git", + "url": "https://github.com/ircmaxell/password_compat.git", + "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", + "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", + "autoload": { + "files": [ + "lib/password.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anthony Ferrara", + "email": "ircmaxell@php.net", + "homepage": "http://blog.ircmaxell.com" + } + ], + "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", + "homepage": "https://github.com/ircmaxell/password_compat", + "keywords": [ + "hashing", + "password" + ], + "time": "2014-11-20 16:49:30" + }, { "name": "league/container", "version": "1.3.1",