Skip to content

Commit 4a78890

Browse files
author
Karolis Daužickas
committed
Allow installing along with 0.11 phpstan
Travis build and composer.json php requirement updated to follow official phpstan extensions
1 parent 6dffb12 commit 4a78890

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)