Skip to content

Commit b037a96

Browse files
committed
Fixed for new version of laravel-password-exposed-validation-rule
1 parent 6afe605 commit b037a96

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=7.2",
1414
"laravel/framework": "^5.5||^6.0||^7.0||^8.0||^9.0",
15-
"divineomega/laravel-password-exposed-validation-rule": "dev-update/l9-compatibility"
15+
"divineomega/laravel-password-exposed-validation-rule": "^2.5.0"
1616
},
1717
"require-dev": {
1818
"fakerphp/faker": "^1.14.1|^1.9.1",
@@ -35,13 +35,7 @@
3535
"LangleyFoxall\\LaravelNISTPasswordRules\\ServiceProvider"
3636
]
3737
}
38-
},
39-
"repositories": [
40-
{
41-
"type": "vcs",
42-
"url": "https://github.com/SteJaySulli/laravel-password-exposed-validation-rule"
43-
}
44-
]
38+
}
4539

4640

4741
}

0 commit comments

Comments
 (0)