Skip to content

Commit 829eca5

Browse files
committed
Support PHP 8.
1 parent d1e3326 commit 829eca5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- '7.2'
66
- '7.3'
77
- '7.4'
8+
- '8.0'
89
install:
910
- composer update
1011
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
44
"type": "library",
55
"require": {
6-
"php": "^7.1",
6+
"php": "^7.1||^8.0",
77
"divineomega/password_exposed": "^3.0.1",
88
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0"
99
},

0 commit comments

Comments
 (0)