Skip to content

Commit aa4d5fc

Browse files
committed
Test with bleeding edge
1 parent 0d33999 commit aa4d5fc

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
"phpstan/phpdoc-parser": "^0.3",
2222
"nikic/php-parser": "^4.0"
2323
},

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ includes:
22
- extension.neon
33
- rules.neon
44
- vendor/phpstan/phpstan-strict-rules/rules.neon
5+
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
56

67
parameters:
78
excludes_analyse:

0 commit comments

Comments
 (0)