Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 47e9175

Browse files
committed
Test with bleeding edge
1 parent f994008 commit 47e9175

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: composer.json

+1-1
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": {

Diff for: phpstan.neon

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

67
parameters:
78
ignoreErrors:

0 commit comments

Comments
 (0)