Skip to content

Commit

Permalink
Switch to fork for Laravel 10 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Dec 5, 2023
1 parent 70c41c9 commit 4ec6542
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.2",
"laravel/framework": "^5.5||^6.0||^7.0||^8.0||^9.0||^10.0",
"divineomega/laravel-password-exposed-validation-rule": "^2.5.0"
"divineomega/laravel-password-exposed-validation-rule": "v2.6.0"
},
"require-dev": {
"fakerphp/faker": "^1.14.1|^1.9.1",
Expand All @@ -35,7 +35,14 @@
"LangleyFoxall\\LaravelNISTPasswordRules\\ServiceProvider"
]
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/langleyfoxall/laravel-password-exposed-validation-rule",
"no-api": true
}
]


}

0 comments on commit 4ec6542

Please sign in to comment.