Skip to content

Commit cda1bcd

Browse files
committed
Test with bleeding edge
1 parent ec8b389 commit cda1bcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"php": "~7.1",
99
"nikic/php-parser": "^4.0",
10-
"phpstan/phpstan": "^0.11"
10+
"phpstan/phpstan": "^0.11.4"
1111
},
1212
"require-dev": {
1313
"consistence/coding-standard": "^3.0.1",

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
includes:
22
- rules.neon
3+
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
34

45
parameters:
56
excludes_analyse:

0 commit comments

Comments
 (0)