Skip to content

Commit

Permalink
Merge pull request #6 from kdauzickas/master
Browse files Browse the repository at this point in the history
Allow installing along with 0.11 phpstan
  • Loading branch information
anwinged authored Feb 19, 2019
2 parents 6dffb12 + 4a78890 commit c43c971
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 c43c971

Please sign in to comment.