Skip to content

Commit f01ca47

Browse files
authored
Merge pull request #236 from localheinz/feature/php80
Enhancement: Allow installation with PHP 8.0
2 parents 09ae5ca + f3ac79e commit f01ca47

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

+12-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.0...master`][0.8.0...master].
9+
For a full diff see [`0.8.1...master`][0.8.1...master].
10+
11+
## [`0.8.1`][0.8.1]
12+
13+
For a full diff see [`0.8.0...0.8.1`][0.8.0...0.8.1].
14+
15+
### Changed
16+
17+
* Allowed installation with PHP 8.0 ([#236]), by [@localheinz]
1018

1119
## [`0.8.0`][0.8.0]
1220

@@ -143,7 +151,8 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
143151
[0.6.1...0.6.2]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.1...0.6.2
144152
[0.6.2...0.7.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.6.2...0.7.0
145153
[0.7.0...0.8.0]: https://github.com/Jan0707/phpstan-prophecy/compare/0.7.0...0.8.0
146-
[0.8.0...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.0...master
154+
[0.8.0...0.8.1]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.0...0.8.1
155+
[0.8.1...master]: https://github.com/Jan0707/phpstan-prophecy/compare/0.8.1...master
147156

148157
[#67]: https://github.com/Jan0707/phpstan-prophecy/pull/67
149158
[#79]: https://github.com/Jan0707/phpstan-prophecy/pull/79
@@ -157,6 +166,7 @@ For a full diff see [`afd6fd9...0.1`][afd6fd9...0.1].
157166
[#153]: https://github.com/Jan0707/phpstan-prophecy/pull/153
158167
[#165]: https://github.com/Jan0707/phpstan-prophecy/pull/165
159168
[#182]: https://github.com/Jan0707/phpstan-prophecy/pull/182
169+
[#236]: https://github.com/Jan0707/phpstan-prophecy/pull/236
160170

161171
[@Jean85]: https://github.com/Jean85
162172
[@localheinz]: https://github.com/localheinz

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.1 || ^8.0",
1414
"phpstan/phpstan": "^0.12.6"
1515
},
1616
"conflict": {

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)