Skip to content

Commit

Permalink
document phpstan config as new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Dec 9, 2019
1 parent 11e39de commit c1d9f3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.1.0 (2019-12-09)

* Added reusable config for projects using bovigo/assert available in `src/main/resources/phpstan/bovigo-assert.neon`

## 5.0.1 (2019-12-05)

* Fixed `bovigo\assert\CatchedError::message()` and `bovigo\assert\CatchedException::message()` to really accept a callable
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
"dev-master": "5.1.x-dev"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1d9f3b

Please sign in to comment.