Skip to content

Commit

Permalink
Add support for phpstan 0.11.6 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas authored and marmichalski committed May 15, 2019
1 parent 8603999 commit f40fbd8
Show file tree
Hide file tree
Showing 12 changed files with 475 additions and 321 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
### Fixed
* support for negation in ObjectState Matcher (not)
* support for phpstan 0.11.x

## [0.1.1] 2018-12-30
### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

| PHPStan version | PhpSpec extension version |
| --------------- | ---------------------- |
| 0.11.6 | 0.2.x |
| 0.10.7 | 0.1.x |


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "library",
"require": {
"php": "^7.1",
"phpstan/phpstan": "^0.10.7",
"phpstan/phpstan": "^0.11.6",
"nikic/php-parser": "^4.1",
"phpspec/phpspec": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-phpunit": "^0.11",
"friendsofphp/php-cs-fixer": "^2.13",
"symfony/var-dumper": "^4.2"
},
Expand Down
Loading

0 comments on commit f40fbd8

Please sign in to comment.