Skip to content

Commit c43c971

Browse files
authored
Merge pull request #6 from kdauzickas/master
Allow installing along with 0.11 phpstan
2 parents 6dffb12 + 4a78890 commit c43c971

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: php
44
php:
55
- "7.1"
66
- "7.2"
7-
- nightly
7+
- "7.3"
88

99
env:
1010
- PREFER_LOWEST=no

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"keywords": ["enum", "phpstan"],
55
"license": "MIT",
66
"require": {
7+
"php": "~7.1",
78
"myclabs/php-enum": "^1.2",
8-
"phpstan/phpstan": "^0.10"
9+
"phpstan/phpstan": "^0.10|^0.11"
910
},
1011
"require-dev": {
1112
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)