We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fcdd61 + 525dce9 commit 2d0e5d5Copy full SHA for 2d0e5d5
.travis.yml
@@ -6,6 +6,7 @@ php:
6
- '7.3'
7
- '7.4'
8
- '8.0'
9
+ - '8.1'
10
install:
11
- composer update
12
script:
composer.json
@@ -3,9 +3,9 @@
3
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
4
"type": "library",
5
"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": [
0 commit comments