Skip to content

Commit 4ec6542

Browse files
committed
Switch to fork for Laravel 10 compatibility.
1 parent 70c41c9 commit 4ec6542

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 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||^10.0",
15-
"divineomega/laravel-password-exposed-validation-rule": "^2.5.0"
15+
"divineomega/laravel-password-exposed-validation-rule": "v2.6.0"
1616
},
1717
"require-dev": {
1818
"fakerphp/faker": "^1.14.1|^1.9.1",
@@ -35,7 +35,14 @@
3535
"LangleyFoxall\\LaravelNISTPasswordRules\\ServiceProvider"
3636
]
3737
}
38-
}
38+
},
39+
"repositories": [
40+
{
41+
"type": "vcs",
42+
"url": "https://github.com/langleyfoxall/laravel-password-exposed-validation-rule",
43+
"no-api": true
44+
}
45+
]
3946

4047

4148
}

0 commit comments

Comments
 (0)