diff --git a/.travis.yml b/.travis.yml
index 4a737f2..2ef7cd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,11 @@
language: php
-dist: trusty
+distro: bionic
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
+ - '8.0'
install:
- composer update
script:
diff --git a/composer.json b/composer.json
index 36e6ecb..62226e3 100644
--- a/composer.json
+++ b/composer.json
@@ -3,8 +3,8 @@
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
"type": "library",
"require": {
- "php": "^7.1",
- "divineomega/password_exposed": "^3.0.1",
+ "php": "^7.1||^8.0",
+ "divineomega/password_exposed": "^3.2.0",
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0"
},
"license": "LGPL-3.0-only",
diff --git a/phpunit.xml b/phpunit.xml
index 889606b..e8ca8a3 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -11,7 +11,6 @@
./tests/Unit
- ./tests/Integration