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.
2 parents 6067608 + f013546 commit 0c5919aCopy full SHA for 0c5919a
.travis.yml
@@ -5,6 +5,8 @@ php:
5
- "7.1"
6
- "7.2"
7
- "7.3"
8
+ - "7.4"
9
+ - "8.0"
10
11
env:
12
- PREFER_LOWEST=no
composer.json
@@ -5,7 +5,7 @@
"keywords": ["enum", "phpstan"],
"license": "MIT",
"require": {
- "php": "~7.1",
+ "php": "~7.1|^8.0",
"myclabs/php-enum": "^1.2",
"phpstan/phpstan": "^0.10|^0.11|^0.12"
},
0 commit comments