We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8eea4 commit 57a1444Copy full SHA for 57a1444
.travis.yml
@@ -3,6 +3,7 @@ sudo: false
3
php:
4
- 7.1
5
- 7.2
6
+ - 7.3
7
env:
8
global:
9
# We need to prefer source to get PHPStan test directory. Otherwise, it is removed from ZIP
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": "^7.1",
14
- "phpstan/phpstan": "^0.10",
+ "phpstan/phpstan": "^0.10 | v0.11",
15
"thecodingmachine/safe": "^0.1"
16
},
17
"require-dev": {
0 commit comments