Skip to content

Commit 57a1444

Browse files
committed
Adding compatibility with PHPStan 0.11
1 parent ba8eea4 commit 57a1444

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
php:
44
- 7.1
55
- 7.2
6+
- 7.3
67
env:
78
global:
89
# We need to prefer source to get PHPStan test directory. Otherwise, it is removed from ZIP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.1",
14-
"phpstan/phpstan": "^0.10",
14+
"phpstan/phpstan": "^0.10 | v0.11",
1515
"thecodingmachine/safe": "^0.1"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)