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.
1 parent d1e3326 commit 829eca5Copy full SHA for 829eca5
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- '7.2'
6
- '7.3'
7
- '7.4'
8
+ - '8.0'
9
install:
10
- composer update
11
script:
composer.json
@@ -3,7 +3,7 @@
3
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
4
"type": "library",
"require": {
- "php": "^7.1",
+ "php": "^7.1||^8.0",
"divineomega/password_exposed": "^3.0.1",
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0"
},
0 commit comments