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

Commit eabc78a

Browse files
committed
Prepare 4.0.0 release
1 parent 54181e3 commit eabc78a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Phony changelog
22

3-
## Next release
3+
## 4.0.0 (2019-12-31)
44

55
- **[BC BREAK]** PHP 7.1 is no longer supported.
66
- **[NEW]** Added support for specifying ad-hoc mock property types ([#247]).
77
- **[IMPROVED]** Improved exporter output for array references ([#244]).
88
- **[IMPROVED]** Improved exporter output for weak references ([#245]).
9+
- **[IMPROVED]** Improved type hints and type declarations for better
10+
integration with PHPStan.
911

1012
[#244]: https://github.com/eloquent/phony/issues/244
1113
[#245]: https://github.com/eloquent/phony/issues/245

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "4.0.x-dev"
51+
"dev-master": "4.1.x-dev"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)