Skip to content

Commit 0452faf

Browse files
Update readme.md
1 parent 6d399ca commit 0452faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
> Pull request [#21885](https://github.com/laravel/framework/pull/21885) on the framework's repository has made this package obsolete as Argon2 hashing will be added in Laravel's [5.6] release.
1+
> Pull request [#21885](https://github.com/laravel/framework/pull/21885) on the framework's repository has made this package obsolete as Argon2 hashing will be added in Laravel's [5.6] release, therefore this package will only support from version [5.0] to [5.5].
22
33
# Laravel Argon2
44
[![Packagist](https://img.shields.io/packagist/v/koenhoeijmakers/laravel-argon2.svg?colorB=brightgreen)](https://packagist.org/packages/koenhoeijmakers/laravel-argon2)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/koenhoeijmakers/laravel-argon2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/koenhoeijmakers/laravel-argon2/?branch=master)
66
[![license](https://img.shields.io/github/license/koenhoeijmakers/laravel-argon2.svg?colorB=brightgreen)](https://github.com/koenhoeijmakers/laravel-argon2)
77
[![Packagist](https://img.shields.io/packagist/dt/koenhoeijmakers/laravel-argon2.svg?colorB=brightgreen)](https://packagist.org/packages/koenhoeijmakers/laravel-argon2)
88

9-
A drop-in Argon2 implementation for Laravel.
9+
A drop-in Argon2 implementation for Laravel.
1010
(which will be usable from `PHP 7.2` if compiled with the `--with-password-argon2` option)
1111

1212
As the [RFC](https://wiki.php.net/rfc/argon2_password_hash) states, the Argon2d variant will not be implemented into php, and therefore we can call our package Argon2 as an alias to Argon2i.

0 commit comments

Comments
 (0)