Skip to content

Commit a723e6e

Browse files
committed
Add support for latest version of password_exposed package
1 parent 22afc4d commit a723e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
44
"type": "library",
55
"require": {
6-
"divineomega/password_exposed": "^2.5",
6+
"divineomega/password_exposed": "^2.5||^3.0",
77
"illuminate/contracts": "^5.1"
88
},
99
"license": "LGPL-3.0-only",

0 commit comments

Comments
 (0)