Merge pull request #4729 from MrPetovan/task/4604-add-password-exposed-check

[Composer] Bump divineomega/password_exposed version to 2.5.1
This commit is contained in:
Michael Vogel 2018-04-03 07:56:36 +02:00 committed by GitHub
commit f7190ce971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
composer.lock generated
View file

@ -135,16 +135,16 @@
}, },
{ {
"name": "divineomega/password_exposed", "name": "divineomega/password_exposed",
"version": "v2.4.0", "version": "v2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/DivineOmega/password_exposed.git", "url": "https://github.com/DivineOmega/password_exposed.git",
"reference": "7e26898a280662529b3e5e472b16fcbda167ffce" "reference": "c928bf722eb02398df11076add60df070cb55581"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/7e26898a280662529b3e5e472b16fcbda167ffce", "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/c928bf722eb02398df11076add60df070cb55581",
"reference": "7e26898a280662529b3e5e472b16fcbda167ffce", "reference": "c928bf722eb02398df11076add60df070cb55581",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -179,7 +179,7 @@
} }
], ],
"description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.", "description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.",
"time": "2018-03-14T09:17:40+00:00" "time": "2018-04-02T18:16:36+00:00"
}, },
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",