Skip to content

Commit f40fbd8

Browse files
akondasmarmichalski
authored andcommitted
Add support for phpstan 0.11.6 (#10)
1 parent 8603999 commit f40fbd8

File tree

12 files changed

+475
-321
lines changed

12 files changed

+475
-321
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
## Unreleased
1616
### Fixed
1717
* support for negation in ObjectState Matcher (not)
18+
* support for phpstan 0.11.x
1819

1920
## [0.1.1] 2018-12-30
2021
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
| PHPStan version | PhpSpec extension version |
3535
| --------------- | ---------------------- |
36+
| 0.11.6 | 0.2.x |
3637
| 0.10.7 | 0.1.x |
3738

3839

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"type": "library",
55
"require": {
66
"php": "^7.1",
7-
"phpstan/phpstan": "^0.10.7",
7+
"phpstan/phpstan": "^0.11.6",
88
"nikic/php-parser": "^4.1",
99
"phpspec/phpspec": "^5.1"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^7.0",
13-
"phpstan/phpstan-phpunit": "^0.10",
13+
"phpstan/phpstan-phpunit": "^0.11",
1414
"friendsofphp/php-cs-fixer": "^2.13",
1515
"symfony/var-dumper": "^4.2"
1616
},

0 commit comments

Comments
 (0)