Skip to content

Commit 5376c87

Browse files
authored
Merge pull request #50 from langleyfoxall/l9-compatibility
Changes to support Laravel 9
2 parents 50c3b0b + d0e49d4 commit 5376c87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=7.2",
14-
"laravel/framework": "^5.5||^6.0||^7.0||^8.0|^9.0",
15-
"divineomega/laravel-password-exposed-validation-rule": "^2.4.0"
14+
"laravel/framework": "^5.5||^6.0||^7.0||^8.0||^9.0",
15+
"divineomega/laravel-password-exposed-validation-rule": "^2.5.0"
1616
},
1717
"require-dev": {
1818
"fakerphp/faker": "^1.14.1|^1.9.1",
@@ -36,4 +36,6 @@
3636
]
3737
}
3838
}
39+
40+
3941
}

0 commit comments

Comments
 (0)