Skip to content

Commit 0c5919a

Browse files
authored
Merge pull request #15 from JeroenVanOort/php-8
Added compatibility with PHP 8
2 parents 6067608 + f013546 commit 0c5919a

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)