Added ircmaxell/password-compat so tests pass on < PHP 5.5

This commit is contained in:
Alex Bilbie 2015-04-05 18:42:18 +01:00
parent 5211d1902c
commit 4f053bb63a
2 changed files with 45 additions and 2 deletions

View File

@ -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": {

44
examples/composer.lock generated
View File

@ -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",