Skip to content

Commit

Permalink
Fix: Require at least phpstan/phpstan:0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 13, 2019
1 parent 82da31e commit 443dd56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`0.5.0...master`][0.5.0...master].

### Fixed

* Required at least `phpstan/phpstan:~0.10.3` [#79], by [@localheinz]

## [`0.5.0`][0.5.0]

For a full diff see [`0.4.2...0.5.0`][0.4.2...0.5.0].
Expand Down Expand Up @@ -70,6 +74,7 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
[0.5.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.5.0...master

[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67
[#79]: https://github.com/Jan0707/phpstan-prophecy/pull/79

[@localheinz]: https://github.com/localheinz
[@PedroTroller]: https://github.com/PedroTroller
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.1",
"phpstan/phpstan": "^0.10.0 || ^0.11.0 || ^0.12.2"
"phpstan/phpstan": "^0.10.3 || ^0.11.0 || ^0.12.2"
},
"conflict": {
"phpspec/prophecy": "<1.7,>=2.0",
Expand Down
3 changes: 2 additions & 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 443dd56

Please sign in to comment.