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 bf8e8c0 commit 66280c8Copy full SHA for 66280c8
.travis.yml
@@ -1,11 +1,12 @@
1
language: php
2
-distro: bionic
+distro: focal
3
php:
4
- '7.1'
5
- '7.2'
6
- '7.3'
7
- '7.4'
8
- '8.0'
9
+ - '8.1'
10
install:
11
- composer update
12
script:
composer.json
@@ -3,7 +3,7 @@
"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||^9.0"
},
0 commit comments