Skip to content

Commit

Permalink
Merge pull request #26 from SteJaySulli/update/l9-compatibility
Browse files Browse the repository at this point in the history
Updated composer.json for l9 compatibility
  • Loading branch information
DivineOmega authored Apr 5, 2022
2 parents 4fcdd61 + 525dce9 commit 2d0e5d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
install:
- composer update
script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
"type": "library",
"require": {
"php": "^7.1||^8.0",
"php": "^7.1||^8.0||8.1",
"divineomega/password_exposed": "^3.2.0",
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0"
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0"
},
"license": "LGPL-3.0-only",
"authors": [
Expand Down

0 comments on commit 2d0e5d5

Please sign in to comment.