Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 3b218fb

Browse files
committed
Prepare 6.0.0 release
1 parent d605a0c commit 3b218fb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Phony for PHPUnit changelog
22

3+
## 6.0.0 (2020-01-06)
4+
5+
This release uses *Phony* `4.x`. There no BC breaking API changes aside from
6+
stricter type declarations.
7+
8+
- **[BC BREAK]** PHP 7.1 is no longer supported.
9+
310
## 5.0.0 (2019-02-05)
411

512
- **[BC BREAK]** Dropped support for PHPUnit `7.x` ([#3], [#4]).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "6.0.x-dev"
45+
"dev-master": "6.1.x-dev"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)