Skip to content

Commit 2d0e5d5

Browse files
authored
Merge pull request #26 from SteJaySulli/update/l9-compatibility
Updated composer.json for l9 compatibility
2 parents 4fcdd61 + 525dce9 commit 2d0e5d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- '7.3'
77
- '7.4'
88
- '8.0'
9+
- '8.1'
910
install:
1011
- composer update
1112
script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
44
"type": "library",
55
"require": {
6-
"php": "^7.1||^8.0",
6+
"php": "^7.1||^8.0||8.1",
77
"divineomega/password_exposed": "^3.2.0",
8-
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0"
8+
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0"
99
},
1010
"license": "LGPL-3.0-only",
1111
"authors": [

0 commit comments

Comments
 (0)