Skip to content

Commit 08e4a13

Browse files
committed
Test with bleeding edge
1 parent c4d618c commit 08e4a13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": "~7.1",
20-
"phpstan/phpstan": "^0.11",
20+
"phpstan/phpstan": "^0.11.4",
2121
"nikic/php-parser": "^4.0"
2222
},
2323
"require-dev": {

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ includes:
55
- vendor/phpstan/phpstan-phpunit/extension.neon
66
- vendor/phpstan/phpstan-phpunit/rules.neon
77
- vendor/phpstan/phpstan-strict-rules/rules.neon
8+
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
89

910
parameters:
1011
excludes_analyse:

0 commit comments

Comments
 (0)