Skip to content

Commit 7447686

Browse files
committed
Added temporary link to dependency
1 parent 749415f commit 7447686

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 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",
15-
"divineomega/laravel-password-exposed-validation-rule": "^2.4.0"
15+
"divineomega/laravel-password-exposed-validation-rule": "dev-l9-compatibility"
1616
},
1717
"require-dev": {
1818
"fakerphp/faker": "^1.14.1|^1.9.1",
@@ -35,5 +35,13 @@
3535
"LangleyFoxall\\LaravelNISTPasswordRules\\ServiceProvider"
3636
]
3737
}
38-
}
38+
},
39+
"repositories": [
40+
{
41+
"type": "vcs",
42+
"url": "https://github.com/SteJaySulli/laravel-password-exposed-validation-rule.git"
43+
}
44+
]
45+
46+
3947
}

0 commit comments

Comments
 (0)