Skip to content

Commit da4a872

Browse files
committed
Added compatibility with PHP 8
1 parent 6067608 commit da4a872

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ php:
55
- "7.1"
66
- "7.2"
77
- "7.3"
8+
- "7.4"
9+
- "8.0"
810

911
env:
1012
- PREFER_LOWEST=no

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["enum", "phpstan"],
66
"license": "MIT",
77
"require": {
8-
"php": "~7.1",
8+
"php": "~7.1|8.0",
99
"myclabs/php-enum": "^1.2",
1010
"phpstan/phpstan": "^0.10|^0.11|^0.12"
1111
},

0 commit comments

Comments
 (0)