Skip to content

Commit

Permalink
Merge pull request #266 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Add support for phpstan 1.0
  • Loading branch information
localheinz committed Nov 8, 2021
2 parents 04502af + 9ff7c10 commit 2bc7ca9
Show file tree
Hide file tree
Showing 7 changed files with 1,034 additions and 430 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`0.8.1...master`][0.8.1...master].
For a full diff see [`1.0.0...main`][1.0.0...master].

## [`1.0.0`][1.0.0]

For a full diff see [`0.8.1...1.0.0`][0.8.1...1.0.0].

### Changed

* Added support for `phpstan/phpstan:^1.0.0` and dropped support for non-stable versions of `phpstan/phpstan` ([#266]), by [@alexander-schranz]

## [`0.8.1`][0.8.1]

Expand Down Expand Up @@ -136,6 +144,7 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
[0.7.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.7.0
[0.8.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.8.0
[0.8.1]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/0.8.1
[1.0.0]: https://github.com/Jan0707/phpstan-prophecy/releases/tag/1.0.0

[afd6fd9...0.1]: https://github.com/Jan0707/phpstan-prophecy/compare/afd6fd9...0.1
[0.1...0.1.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1...0.1.1
Expand All @@ -153,7 +162,8 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
[0.6.2...0.7.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.2...0.7.0
[0.7.0...0.8.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.7.0...0.8.0
[0.8.0...0.8.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.0...0.8.1
[0.8.1...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.1...master
[0.8.1...1.0.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.1...1.0.0
[1.0.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/1.0.0...master

[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67
[#79]: https://github.com/Jan0707/phpstan-prophecy/pull/79
Expand All @@ -168,7 +178,9 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
[#165]: https://github.com/Jan0707/phpstan-prophecy/pull/165
[#182]: https://github.com/Jan0707/phpstan-prophecy/pull/182
[#236]: https://github.com/Jan0707/phpstan-prophecy/pull/236
[#266]: https://github.com/Jan0707/phpstan-prophecy/pull/266

[@alexander-schranz]: https://github.com/alexander-schranz
[@Jean85]: https://github.com/Jean85
[@localheinz]: https://github.com/localheinz
[@ondrejmirtes ]: https://github.com/ondrejmirtes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.6"
"phpstan/phpstan": "^1.0.0"
},
"conflict": {
"phpspec/prophecy": "<1.7.0,>=2.0.0",
Expand Down

0 comments on commit 2bc7ca9

Please sign in to comment.