Skip to content

Commit

Permalink
Allow installing along with 0.11 phpstan
Browse files Browse the repository at this point in the history
Travis build and composer.json php requirement updated to follow
official phpstan extensions
  • Loading branch information
Karolis Daužickas committed Feb 19, 2019
1 parent 6dffb12 commit 4a78890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: php
php:
- "7.1"
- "7.2"
- nightly
- "7.3"

env:
- PREFER_LOWEST=no
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit 4a78890

Please sign in to comment.