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 6dffb12 + 4a78890 commit c43c971Copy full SHA for c43c971
.travis.yml
@@ -4,7 +4,7 @@ language: php
4
php:
5
- "7.1"
6
- "7.2"
7
- - nightly
+ - "7.3"
8
9
env:
10
- PREFER_LOWEST=no
composer.json
@@ -4,8 +4,9 @@
"keywords": ["enum", "phpstan"],
"license": "MIT",
"require": {
+ "php": "~7.1",
"myclabs/php-enum": "^1.2",
- "phpstan/phpstan": "^0.10"
+ "phpstan/phpstan": "^0.10|^0.11"
},
11
"require-dev": {
12
"phpunit/phpunit": "^6.0"
0 commit comments