Skip to content

Commit 2bc7ca9

Browse files
authored
Merge pull request #266 from alexander-schranz/patch-1
Add support for phpstan 1.0
2 parents 04502af + 9ff7c10 commit 2bc7ca9

7 files changed

+1034
-430
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`0.8.1...master`][0.8.1...master].
9+
For a full diff see [`1.0.0...main`][1.0.0...master].
10+
11+
## [`1.0.0`][1.0.0]
12+
13+
For a full diff see [`0.8.1...1.0.0`][0.8.1...1.0.0].
14+
15+
### Changed
16+
17+
* Added support for `phpstan/phpstan:^1.0.0` and dropped support for non-stable versions of `phpstan/phpstan` ([#266]), by [@alexander-schranz]
1018

1119
## [`0.8.1`][0.8.1]
1220

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

140149
[afd6fd9...0.1]: https://github.com/Jan0707/phpstan-prophecy/compare/afd6fd9...0.1
141150
[0.1...0.1.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.1...0.1.1
@@ -153,7 +162,8 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
153162
[0.6.2...0.7.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.2...0.7.0
154163
[0.7.0...0.8.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.7.0...0.8.0
155164
[0.8.0...0.8.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.0...0.8.1
156-
[0.8.1...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.1...master
165+
[0.8.1...1.0.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.1...1.0.0
166+
[1.0.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/1.0.0...master
157167

158168
[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67
159169
[#79]: https://github.com/Jan0707/phpstan-prophecy/pull/79
@@ -168,7 +178,9 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
168178
[#165]: https://github.com/Jan0707/phpstan-prophecy/pull/165
169179
[#182]: https://github.com/Jan0707/phpstan-prophecy/pull/182
170180
[#236]: https://github.com/Jan0707/phpstan-prophecy/pull/236
181+
[#266]: https://github.com/Jan0707/phpstan-prophecy/pull/266
171182

183+
[@alexander-schranz]: https://github.com/alexander-schranz
172184
[@Jean85]: https://github.com/Jean85
173185
[@localheinz]: https://github.com/localheinz
174186
[@ondrejmirtes ]: https://github.com/ondrejmirtes

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.1 || ^8.0",
14-
"phpstan/phpstan": "^0.12.6"
14+
"phpstan/phpstan": "^1.0.0"
1515
},
1616
"conflict": {
1717
"phpspec/prophecy": "<1.7.0,>=2.0.0",

0 commit comments

Comments
 (0)