Skip to content

Commit 9ca05bc

Browse files
authored
Merge pull request #60 from langleyfoxall/upgrade/24-07-03
Adding compatibility with Laravel 11
2 parents 6d7e111 + d246b2c commit 9ca05bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
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||^11.0",
15-
"divineomega/laravel-password-exposed-validation-rule": "v3.0.0"
15+
"divineomega/laravel-password-exposed-validation-rule": "^4.0"
1616
},
1717
"require-dev": {
1818
"fakerphp/faker": "^1.14.1|^1.9.1",
@@ -51,6 +51,11 @@
5151
"type": "vcs",
5252
"url": "https://github.com/langleyfoxall/psr-18-guzzle-adapter",
5353
"no-api": true
54+
},
55+
{
56+
"type": "vcs",
57+
"url": "https://github.com/langleyfoxall/DO-File-Cache-PSR-6",
58+
"no-api": true
5459
}
5560
],
5661
"config": {

0 commit comments

Comments
 (0)